Skip to content

Commit

Permalink
[conf] drop node v21 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Jul 29, 2024
1 parent 5469e98 commit 1bf21da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
node-version:
- 20
- 21
- 22

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version-file: 'package.json'
registry-url: 'https://registry.npmjs.org'
node-version-file: package.json
registry-url: https://registry.npmjs.org

- run: npm ci
- run: npm publish --ws --provenance --access public
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
node-version:
- 20
- 21
- 22
os-release:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit 1bf21da

Please sign in to comment.