Skip to content

Commit 22adb2b

Browse files
Update Node.js to v24
1 parent c1e081a commit 22adb2b

File tree

15 files changed

+175
-175
lines changed

15 files changed

+175
-175
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: pnpm/action-setup@v4
2626
- uses: actions/setup-node@v6
2727
with:
28-
node-version: 20
28+
node-version: 24
2929
cache: 'pnpm'
3030
- name: Install Dependencies
3131
run: pnpm install --frozen-lockfile
@@ -47,7 +47,7 @@ jobs:
4747
- uses: pnpm/action-setup@v4
4848
- uses: actions/setup-node@v6
4949
with:
50-
node-version: 20
50+
node-version: 24
5151
cache: 'pnpm'
5252
- name: Install Dependencies
5353
run: pnpm install --frozen-lockfile
@@ -69,7 +69,7 @@ jobs:
6969
- uses: pnpm/action-setup@v4
7070
- uses: actions/setup-node@v6
7171
with:
72-
node-version: 20
72+
node-version: 24
7373
cache: 'pnpm'
7474
- name: Install Dependencies
7575
run: pnpm install --frozen-lockfile
@@ -97,7 +97,7 @@ jobs:
9797
- uses: pnpm/action-setup@v4
9898
- uses: actions/setup-node@v6
9999
with:
100-
node-version: 20
100+
node-version: 24
101101
cache: 'pnpm'
102102
- name: Install Dependencies
103103
run: pnpm install --no-lockfile

apps/ember-vite/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Node
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 18
28+
node-version: 24
2929
cache: pnpm
3030
- name: Install Dependencies
3131
run: pnpm install --frozen-lockfile
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Node
4646
uses: actions/setup-node@v6
4747
with:
48-
node-version: 18
48+
node-version: 24
4949
cache: pnpm
5050
- name: Install Dependencies
5151
run: pnpm install --frozen-lockfile

apps/ember-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@responsive-image/vite-plugin": "workspace:*",
4949
"@rollup/plugin-babel": "6.1.0",
5050
"@tsconfig/ember": "3.0.12",
51-
"@types/node": "22.19.1",
51+
"@types/node": "24.10.1",
5252
"babel-plugin-ember-template-compilation": "3.0.1",
5353
"concurrently": "9.2.1",
5454
"decorator-transforms": "2.3.0",

apps/ember-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@responsive-image/internals": "workspace:*",
5353
"@responsive-image/webpack": "workspace:*",
5454
"@tsconfig/ember": "3.0.12",
55-
"@types/node": "22.19.1",
55+
"@types/node": "24.10.1",
5656
"@types/qunit": "2.19.13",
5757
"concurrently": "9.2.1",
5858
"ember-auto-import": "2.11.2",

apps/react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@playwright/test": "1.56.1",
2525
"@responsive-image/internals": "workspace:*",
2626
"@responsive-image/vite-plugin": "workspace:*",
27-
"@types/node": "22.19.1",
27+
"@types/node": "24.10.1",
2828
"@types/react": "19.1.17",
2929
"@types/react-dom": "19.1.11",
3030
"@vitejs/plugin-react": "5.1.1",

apps/svelte-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@sveltejs/adapter-auto": "7.0.0",
2929
"@sveltejs/kit": "2.48.5",
3030
"@sveltejs/vite-plugin-svelte": "6.2.1",
31-
"@types/node": "22.19.1",
31+
"@types/node": "24.10.1",
3232
"concurrently": "9.2.1",
3333
"eslint": "9.39.1",
3434
"eslint-config-prettier": "10.1.8",

apps/wc-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@playwright/test": "1.56.1",
2121
"@responsive-image/internals": "workspace:*",
2222
"@responsive-image/vite-plugin": "workspace:*",
23-
"@types/node": "22.19.1",
23+
"@types/node": "24.10.1",
2424
"typescript": "5.9.3",
2525
"vite": "7.2.2"
2626
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"postinstall-postinstall": "^2.1.0"
2727
},
2828
"volta": {
29-
"node": "20.19.5",
29+
"node": "24.11.1",
3030
"pnpm": "10.22.0"
3131
},
3232
"packageManager": "pnpm@10.22.0",

packages/-internals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@playwright/test": "1.56.1",
4646
"@tsconfig/strictest": "2.0.8",
47-
"@types/node": "22.19.1",
47+
"@types/node": "24.10.1",
4848
"concurrently": "9.2.1",
4949
"eslint": "9.39.1",
5050
"pkgroll": "2.20.1",

packages/build-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@responsive-image/internals": "workspace:*",
5555
"@tsconfig/node20": "20.1.8",
5656
"@types/jest-image-snapshot": "6.4.0",
57-
"@types/node": "22.19.1",
57+
"@types/node": "24.10.1",
5858
"concurrently": "9.2.1",
5959
"eslint": "9.39.1",
6060
"glob": "11.1.0",

0 commit comments

Comments
 (0)