We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c862368 + c9fe576 commit 51039faCopy full SHA for 51039fa
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,4 @@ jobs:
31
- name: Update npm
32
run: npm install -g npm@10.9.8
33
34
- - run: npm publish
+ - run: npm publish --access public
0 commit comments