Skip to content

Commit c779f17

Browse files
authored
Updated Node.js (#7673)
1 parent d2a1caa commit c779f17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install Node.js
6969
uses: actions/setup-node@v4
7070
with:
71-
node-version: "20"
71+
node-version: 22
7272
cache: "yarn"
7373
cache-dependency-path: "website/yarn.lock"
7474

@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/setup-node@v4
9090
name: Setup node
9191
with:
92-
node-version: "20"
92+
node-version: 22
9393
- run: npm install -g markdownlint-cli2
9494
name: Install markdownlint-cli2
9595
- run: markdownlint-cli2 "*.md" "website/src/**/*.md"
@@ -109,7 +109,7 @@ jobs:
109109
- name: Install Node.js
110110
uses: actions/setup-node@v4
111111
with:
112-
node-version: "14.x"
112+
node-version: 22
113113
cache: "yarn"
114114
cache-dependency-path: "website/yarn.lock"
115115

.github/workflows/publish-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: "18.x"
35+
node-version: 22
3636
cache: "yarn"
3737
cache-dependency-path: "website/yarn.lock"
3838

0 commit comments

Comments
 (0)