Skip to content

Commit 2b63d59

Browse files
committed
update publish to node v20
1 parent f40924f commit 2b63d59

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
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 20
2121
- run: yarn
2222
# - run: npm test
2323

@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-node@v3
3030
with:
31-
node-version: 16
31+
node-version: 20
3232
registry-url: https://registry.npmjs.org/
3333
- run: yarn
3434
- run: yarn publish

0 commit comments

Comments
 (0)