Skip to content

Commit 56b00ee

Browse files
authored
Update npm-publish.yml
1 parent 4115017 commit 56b00ee

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
@@ -32,9 +32,9 @@ jobs:
3232
ref: main
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: 16
35+
node-version: 20
3636
registry-url: https://registry.npmjs.org/
37-
- run: pnpm install
37+
- run: npm ci
3838
- run: npm publish
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 commit comments

Comments
 (0)