Skip to content

Commit 32928bf

Browse files
committed
ci: test for node 22
1 parent 2beb883 commit 32928bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
node-version: [18.x, 20.x]
17+
node-version: [18, 20, 22]
1818

1919
runs-on: ${{ matrix.os }}
2020

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm i
3131

3232
- name: Publish to NPM
33-
run: pnpm -r publish --access public --no-git-checks
33+
run: pnpm publish --access public --no-git-checks
3434
env:
35-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
35+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3636
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)