Skip to content

Commit f368334

Browse files
committed
chore: 🤖 node upgrade
1 parent e597f7e commit f368334

File tree

3 files changed

+1660
-1006
lines changed

3 files changed

+1660
-1006
lines changed

‎.github/workflows/workflow.yml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: "20.19.3"
30+
node-version: "22.21.1"
3131
cache: "yarn"
3232
cache-dependency-path: yarn.lock
3333
env:
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up Node.js
6464
uses: actions/setup-node@v4
6565
with:
66-
node-version: "20.19.3"
66+
node-version: "22.21.1"
6767
cache: "yarn"
6868
cache-dependency-path: yarn.lock
6969
- name: Get yarn cache directory path
@@ -120,7 +120,7 @@ jobs:
120120
# - name: Set up Node.js
121121
# uses: actions/setup-node@v4
122122
# with:
123-
# node-version: "20.19.3"
123+
# node-version: "22.21.1"
124124
# cache: "yarn"
125125
# cache-dependency-path: yarn.lock
126126
# - name: Get yarn cache directory path
@@ -174,7 +174,7 @@ jobs:
174174
# - name: Set up Node.js
175175
# uses: actions/setup-node@v4
176176
# with:
177-
# node-version: "20.19.3"
177+
# node-version: "22.21.1"
178178
# cache: "yarn"
179179
# cache-dependency-path: yarn.lock
180180
# - name: Get yarn cache directory path
@@ -228,7 +228,7 @@ jobs:
228228
# - name: Set up Node.js
229229
# uses: actions/setup-node@v4
230230
# with:
231-
# node-version: "20.19.3"
231+
# node-version: "22.21.1"
232232
# cache: "yarn"
233233
# cache-dependency-path: yarn.lock
234234
# - name: Install Python
@@ -304,7 +304,7 @@ jobs:
304304
- name: Set up Node.js
305305
uses: actions/setup-node@v4
306306
with:
307-
node-version: "20.19.3"
307+
node-version: "22.21.1"
308308
cache: "yarn"
309309
cache-dependency-path: yarn.lock
310310
registry-url: "https://registry.npmjs.org"

‎.nvmrc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.3
1+
22.21.1

0 commit comments

Comments
 (0)