Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
Merge all dependabot updates and regenerate artifacts.
  • Loading branch information
alaviss committed Jun 4, 2024
6 parents 0c8865b + 3db6cc8 + 9c99830 + 0d890cc + f92bfec + d919e2a commit 8af3e8e
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 118 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,29 @@ jobs:
if: needs.filter.outputs.should-skip != 'true'
strategy:
matrix:
runner: [ubuntu-latest, macos-latest, windows-latest]
runner: [ubuntu-latest, macos-latest, macos-13, windows-latest]
spec:
- 0.1.0-dev.21195
- 0.1.0-dev.21199
- "*"
- ">0.0.0"
- ">0.1.0-dev.20066 <0.1.0-dev.20074"
- ">0.1.0-dev.21330 <0.1.0-dev.21332"
include:
- spec: 0.1.0-dev.21195
expect: 0.1.0-dev.21195
- spec: 0.1.0-dev.21199
expect: 0.1.0-dev.21199
- spec: ">0.1.0-dev.20066 <0.1.0-dev.20074"
expect: 0.1.0-dev.20072
- spec: ">0.1.0-dev.21330 <0.1.0-dev.21332"
expect: 0.1.0-dev.21331
exclude:
# Windows is not supported by this version
- runner: windows-latest
spec: ">0.1.0-dev.20066 <0.1.0-dev.20074"

# ARM macOS is not supported by this version
- runner: macos-latest
spec: ">0.1.0-dev.20066 <0.1.0-dev.20074"

name: Test installation for spec ${{ matrix.spec }} on ${{ matrix.runner }}
runs-on: ${{ matrix.runner }}

Expand Down
12 changes: 3 additions & 9 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

197 changes: 97 additions & 100 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8af3e8e

Please sign in to comment.