Skip to content

Commit 566c2a1

Browse files
committed
chore(website): update the node version
1 parent 7d83c6a commit 566c2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Node.js
3535
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3636
with:
37-
node-version: 18
37+
node-version: 20
3838
cache: yarn
3939
cache-dependency-path: ./website/package-lock.json
4040
- name: Install dependencies
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Node.js
5858
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5959
with:
60-
node-version: 18
60+
node-version: 20
6161
cache: yarn
6262
cache-dependency-path: ./website/package-lock.json
6363
- name: Install dependencies

0 commit comments

Comments
 (0)