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 b4a16f6 commit 4364131Copy full SHA for 4364131
.github/workflows/npm-publish.yml
@@ -11,10 +11,10 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
with:
14
- node-version: lts
+ node-version: "20"
15
cache: npm
16
registry-url: https://registry.npmjs.org/
17
- run: npm ci
18
- run: npm publish
19
env:
20
- NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments