Skip to content

Commit 79ce139

Browse files
authored
build(deps): bump Node 18 → 22 LTS + build-time RCE fix (WALLET-1327) (#1375)
Bump .nvmrc to v22.23.1 (Jod LTS, >=22.18 for future Babel 8) and Node in all 4 CI workflows; add engines field. Land the Node-gated build-tool bumps that transitively resolve the serialize-javascript advisory: web-ext 8->10.4, copy-webpack-plugin 11->14, terser-webpack-plugin 5.3.6->5.6.1 (serialize-javascript now 7.0.6 only). Switch ci-check install to npm ci. No app-code changes.
1 parent 04e51d5 commit 79ce139

7 files changed

Lines changed: 1102 additions & 614 deletions

File tree

.github/workflows/ci-cd-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
node-version: [18.x]
31+
node-version: [22.x]
3232

3333
steps:
3434
- uses: actions/checkout@v4

.github/workflows/ci-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x]
15+
node-version: [22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -38,5 +38,5 @@ jobs:
3838

3939
- name: Install & Check
4040
run: |
41-
npm install
41+
npm ci
4242
npm run ci-check

.github/workflows/e2e-onboarding-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 22
2121

2222
- name: Install dependencies
2323
run: npm ci

.github/workflows/e2e-popup-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 22
2121

2222
- name: Install dependencies
2323
run: npm ci

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.20.3
1+
v22.23.1

0 commit comments

Comments
 (0)