Skip to content

Commit 4364131

Browse files
authored
Update npm-publish.yml
1 parent b4a16f6 commit 4364131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: lts
14+
node-version: "20"
1515
cache: npm
1616
registry-url: https://registry.npmjs.org/
1717
- run: npm ci
1818
- run: npm publish
1919
env:
20-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
20+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)