File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2525 - name : Install Node
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : 18
28+ node-version : 22
2929 cache : pnpm
3030 - name : Install Dependencies
3131 run : pnpm install --frozen-lockfile
4646 version : 9
4747 - uses : actions/setup-node@v4
4848 with :
49- node-version : 18
49+ node-version : 22
5050 cache : pnpm
5151 - name : Install Dependencies
5252 run : pnpm install --no-lockfile
6565 version : 9
6666 - uses : actions/setup-node@v4
6767 with :
68- node-version : 18
68+ node-version : 22
6969 cache : pnpm
7070 - name : Install Dependencies
7171 run : pnpm install --frozen-lockfile
8484 version : 9
8585 - uses : actions/setup-node@v4
8686 with :
87- node-version : 18
87+ node-version : 22
8888 cache : pnpm
8989 - name : Install Dependencies
9090 run : pnpm install --frozen-lockfile
@@ -162,7 +162,7 @@ jobs:
162162 - name : Install Node
163163 uses : actions/setup-node@v4
164164 with :
165- node-version : 18
165+ node-version : 22
166166 cache : pnpm
167167 - name : Install Dependencies
168168 run : pnpm install --frozen-lockfile
@@ -194,7 +194,7 @@ jobs:
194194 - name : Install Node
195195 uses : actions/setup-node@v4
196196 with :
197- node-version : 18
197+ node-version : 22
198198 cache : pnpm
199199 - name : Install Dependencies
200200 run : pnpm install --frozen-lockfile
@@ -218,7 +218,7 @@ jobs:
218218 - name : Install Node
219219 uses : actions/setup-node@v4
220220 with :
221- node-version : 18
221+ node-version : 22
222222 cache : pnpm
223223 - name : Install Dependencies
224224 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 2727 - name : Install Node
2828 uses : actions/setup-node@v4
2929 with :
30- node-version : 18 .x
30+ node-version : 22 .x
3131 cache : pnpm
3232 - name : Install Dependencies
3333 run : pnpm install --frozen-lockfile
5353 - name : Install Node
5454 uses : actions/setup-node@v4
5555 with :
56- node-version : 18 .x
56+ node-version : 22 .x
5757 cache : pnpm
5858 - name : Install Dependencies
5959 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 180180 "node" : " >= 18"
181181 },
182182 "volta" : {
183- "node" : " 20.13.1 " ,
183+ "node" : " 22. 20.0 " ,
184184 "pnpm" : " 1.22.22"
185185 },
186186 "ember" : {
You can’t perform that action at this time.
0 commit comments