We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f2327 commit 0b95406Copy full SHA for 0b95406
1 file changed
.github/workflows/publish-npm.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: 21
+ node-version: 22
19
- run: npm install --package-lock=false
20
- run: npm test
21
@@ -31,4 +31,6 @@ jobs:
31
- name: Update npm
32
run: npm install -g npm@10.9.8
33
34
- - run: npm publish
+ - run: npm publish --access public
35
+ env:
36
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments