Skip to content

Commit 5cecba6

Browse files
[deps]: Update Node.js to ~22.15.0
1 parent 3573e20 commit 5cecba6

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
cache: 'npm'
6161
cache-dependency-path: '**/package-lock.json'
62-
node-version: '18'
62+
node-version: '22'
6363

6464
- name: Update NPM
6565
run: |
@@ -154,7 +154,7 @@ jobs:
154154
with:
155155
cache: 'npm'
156156
cache-dependency-path: '**/package-lock.json'
157-
node-version: '18'
157+
node-version: '22'
158158

159159
- name: Update NPM
160160
run: |
@@ -246,7 +246,7 @@ jobs:
246246
with:
247247
cache: 'npm'
248248
cache-dependency-path: '**/package-lock.json'
249-
node-version: '18'
249+
node-version: '22'
250250

251251
- name: Update NPM
252252
run: |
@@ -386,7 +386,7 @@ jobs:
386386
with:
387387
cache: 'npm'
388388
cache-dependency-path: '**/package-lock.json'
389-
node-version: '18'
389+
node-version: '22'
390390

391391
- name: Update NPM
392392
run: |
@@ -476,7 +476,7 @@ jobs:
476476
with:
477477
cache: 'npm'
478478
cache-dependency-path: '**/package-lock.json'
479-
node-version: '18'
479+
node-version: '22'
480480

481481
- name: Update NPM
482482
run: |
@@ -530,7 +530,7 @@ jobs:
530530
with:
531531
cache: 'npm'
532532
cache-dependency-path: '**/package-lock.json'
533-
node-version: '18'
533+
node-version: '22'
534534

535535
- name: Update NPM
536536
run: |

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@types/inquirer": "8.2.10",
8686
"@types/jest": "29.5.14",
8787
"@types/lowdb": "1.0.15",
88-
"@types/node": "22.13.1",
88+
"@types/node": "22.15.2",
8989
"@types/node-fetch": "2.6.12",
9090
"@types/node-forge": "1.3.11",
9191
"@types/proper-lockfile": "4.1.4",
@@ -174,7 +174,7 @@
174174
"zone.js": "0.14.10"
175175
},
176176
"engines": {
177-
"node": "~22.13.0",
177+
"node": "~22.15.0",
178178
"npm": "~10"
179179
},
180180
"lint-staged": {

0 commit comments

Comments
 (0)