File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
- name : Install Node.js
69
69
uses : actions/setup-node@v4
70
70
with :
71
- node-version : " 20 "
71
+ node-version : 22
72
72
cache : " yarn"
73
73
cache-dependency-path : " website/yarn.lock"
74
74
89
89
- uses : actions/setup-node@v4
90
90
name : Setup node
91
91
with :
92
- node-version : " 20 "
92
+ node-version : 22
93
93
- run : npm install -g markdownlint-cli2
94
94
name : Install markdownlint-cli2
95
95
- run : markdownlint-cli2 "*.md" "website/src/**/*.md"
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Install Node.js
110
110
uses : actions/setup-node@v4
111
111
with :
112
- node-version : " 14.x "
112
+ node-version : 22
113
113
cache : " yarn"
114
114
cache-dependency-path : " website/yarn.lock"
115
115
Original file line number Diff line number Diff line change 32
32
- name : Install Node.js
33
33
uses : actions/setup-node@v4
34
34
with :
35
- node-version : " 18.x "
35
+ node-version : 22
36
36
cache : " yarn"
37
37
cache-dependency-path : " website/yarn.lock"
38
38
You can’t perform that action at this time.
0 commit comments