We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f0b77 commit 4354e1eCopy full SHA for 4354e1e
.github/workflows/npm-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: '18.x'
+ node-version: '20.x'
19
registry-url: 'https://registry.npmjs.org'
20
- run: npm ci
21
- run: npm publish --provenance --access public
0 commit comments