Skip to content

Commit cf4c891

Browse files
committed
ci: upgrade node version
1 parent 544d8f1 commit cf4c891

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
- run: npm i -g yarn
1616
- run: yarn config set checksumBehavior ignore
1717
- name: Cache Node.js modules

.github/workflows/deploy_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 16
22+
node-version: 20
2323
cache: npm
2424
- run: npm i -g yarn
2525
- run: yarn config set checksumBehavior ignore

.github/workflows/release_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 20
2424
- name: Extract version
2525
id: extract_version
2626
run: |
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v3
5555
- uses: actions/setup-node@v3
5656
with:
57-
node-version: 16
57+
node-version: 20
5858
- run: npm i -g yarn
5959
- run: yarn config set checksumBehavior ignore
6060
- name: Cache Node.js modules

0 commit comments

Comments
 (0)