Skip to content

Commit 8f58f35

Browse files
chore(deps): update node.js to v24
1 parent 6a3aa3d commit 8f58f35

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/compare-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Use Node LTS version
5353
uses: actions/setup-node@v6
5454
with:
55-
node-version: 22.21.1
55+
node-version: 24.11.0
5656
cache: yarn
5757
cache-dependency-path: yarn.lock
5858

@@ -179,7 +179,7 @@ jobs:
179179
- name: Use Node LTS version
180180
uses: actions/setup-node@v6
181181
with:
182-
node-version: 22.21.1
182+
node-version: 24.11.0
183183
cache: yarn
184184

185185
- name: Enable Corepack

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Use Node LTS version
154154
uses: actions/setup-node@v6
155155
with:
156-
node-version: 22.21.1
156+
node-version: 24.11.0
157157
cache: yarn
158158

159159
- name: Enable Corepack

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Use Node LTS version
6666
uses: actions/setup-node@v6
6767
with:
68-
node-version: 22.21.1
68+
node-version: 24.11.0
6969
cache: yarn
7070

7171
- name: Enable Corepack

.github/workflows/publish-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Use Node LTS version
5050
uses: actions/setup-node@v6
5151
with:
52-
node-version: 22.21.1
52+
node-version: 24.11.0
5353
cache: yarn
5454

5555
- name: Enable Corepack

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: 22.21.1
34+
node-version: 24.11.0
3535
cache: yarn
3636
- name: Install Dependencies
3737
run: yarn install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 22.21.1
22+
node-version: 24.11.0
2323
cache: yarn
2424

2525
- name: Install Dependencies

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Use Node LTS version
5757
uses: actions/setup-node@v6
5858
with:
59-
node-version: 22.21.1
59+
node-version: 24.11.0
6060
cache: yarn
6161

6262
- name: Enable Corepack

.nvmrc

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"adobe-spectrum"
130130
],
131131
"engines": {
132-
"node": ">=22.21.1"
132+
"node": ">=24.11.0"
133133
},
134134
"browserslist": [
135135
"last 2 Edge versions",

0 commit comments

Comments
 (0)