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 ebd32dd commit 831769eCopy full SHA for 831769e
.github/workflows/publish.yml
@@ -9,13 +9,13 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
13
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
14
with:
15
- node-version: '16'
16
- registry-url: 'https://registry.npmjs.org/'
+ node-version: '20.x'
+ registry-url: 'https://registry.npmjs.org'
17
- run: npm ci
18
- run: npm test
19
- - run: npm publish
+ - run: npm publish --provenance --access public
20
env:
21
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments