|
27 | 27 | uses: actions/checkout@v4 |
28 | 28 | - uses: actions/setup-node@v4 |
29 | 29 | with: |
30 | | - node-version: "20.19.3" |
| 30 | + node-version: "22.21.1" |
31 | 31 | cache: "yarn" |
32 | 32 | cache-dependency-path: yarn.lock |
33 | 33 | env: |
|
63 | 63 | - name: Set up Node.js |
64 | 64 | uses: actions/setup-node@v4 |
65 | 65 | with: |
66 | | - node-version: "20.19.3" |
| 66 | + node-version: "22.21.1" |
67 | 67 | cache: "yarn" |
68 | 68 | cache-dependency-path: yarn.lock |
69 | 69 | - name: Get yarn cache directory path |
@@ -120,7 +120,7 @@ jobs: |
120 | 120 | # - name: Set up Node.js |
121 | 121 | # uses: actions/setup-node@v4 |
122 | 122 | # with: |
123 | | - # node-version: "20.19.3" |
| 123 | + # node-version: "22.21.1" |
124 | 124 | # cache: "yarn" |
125 | 125 | # cache-dependency-path: yarn.lock |
126 | 126 | # - name: Get yarn cache directory path |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | # - name: Set up Node.js |
175 | 175 | # uses: actions/setup-node@v4 |
176 | 176 | # with: |
177 | | - # node-version: "20.19.3" |
| 177 | + # node-version: "22.21.1" |
178 | 178 | # cache: "yarn" |
179 | 179 | # cache-dependency-path: yarn.lock |
180 | 180 | # - name: Get yarn cache directory path |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 | # - name: Set up Node.js |
229 | 229 | # uses: actions/setup-node@v4 |
230 | 230 | # with: |
231 | | - # node-version: "20.19.3" |
| 231 | + # node-version: "22.21.1" |
232 | 232 | # cache: "yarn" |
233 | 233 | # cache-dependency-path: yarn.lock |
234 | 234 | # - name: Install Python |
@@ -304,7 +304,7 @@ jobs: |
304 | 304 | - name: Set up Node.js |
305 | 305 | uses: actions/setup-node@v4 |
306 | 306 | with: |
307 | | - node-version: "20.19.3" |
| 307 | + node-version: "22.21.1" |
308 | 308 | cache: "yarn" |
309 | 309 | cache-dependency-path: yarn.lock |
310 | 310 | registry-url: "https://registry.npmjs.org" |
|
0 commit comments