We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2beb883 commit 32928bfCopy full SHA for 32928bf
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, windows-latest]
17
- node-version: [18.x, 20.x]
+ node-version: [18, 20, 22]
18
19
runs-on: ${{ matrix.os }}
20
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
run: pnpm i
31
32
- name: Publish to NPM
33
- run: pnpm -r publish --access public --no-git-checks
+ run: pnpm publish --access public --no-git-checks
34
env:
35
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
36
NPM_CONFIG_PROVENANCE: true
0 commit comments