Skip to content

Commit 49c0aa1

Browse files
committed
fix: ci error
1 parent 999e42e commit 49c0aa1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
publish-npm:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Setup Node
16-
uses: actions/setup-node@v1
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '20.17'
18+
node-version: '20.17.0'
19+
registry-url: https://registry.npmjs.org/
1920
- run: npm ci && npm run build
2021
- run: npm publish
2122
env:

0 commit comments

Comments
 (0)