Skip to content

Commit 24ec2c9

Browse files
use node 20
1 parent df52bc1 commit 24ec2c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup NodeJS
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 16
17+
node-version: 20
1818

1919
- name: Setup Yarn
2020
run: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js 16
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 16
21+
node-version: 20
2222

2323
- name: Install Dependencies
2424
run: yarn

0 commit comments

Comments
 (0)