Skip to content

Commit 3d17ff7

Browse files
authored
Update publish.yml
1 parent 7b2ed96 commit 3d17ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515

16-
- name: use Node.js 16
16+
- name: use Node.js 20
1717
uses: actions/setup-node@v1
1818
with:
1919
registry-url: https://registry.npmjs.org/
20-
node-version: 16
20+
node-version: 20
2121

2222
- name: pnpm install and publish
2323
run: |

0 commit comments

Comments
 (0)