Skip to content

Commit 9fc5d71

Browse files
committed
update workflows
1 parent 26ffb04 commit 9fc5d71

File tree

3 files changed

+149
-149
lines changed

3 files changed

+149
-149
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: 🟢 Node
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: 16
30+
node-version: 20
3131
registry-url: 'https://registry.npmjs.org'
3232
- name: 🕵 Yarn install
3333
uses: borales/actions-yarn@v4

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: 🟢 Node
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 20
2121
registry-url: 'https://registry.npmjs.org'
2222
- name: 🕵 Yarn install
2323
uses: borales/actions-yarn@v4

0 commit comments

Comments
 (0)