Skip to content

Commit 1420605

Browse files
committed
Merge remote-tracking branch 'origin/node-24--inventive-greater-swiss-mountain-dog-6a78d290ae' into dependabot/npm_and_yarn/development-dependencies-180b105c4b
2 parents 3aaf3c0 + 7429d7d commit 1420605

108 files changed

Lines changed: 157 additions & 145 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: setup node
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 22
35+
node-version: 24
3636
cache: 'npm'
3737

3838
- run: npm ci --ignore-scripts

.github/workflows/deploy-preset-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 1
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: 22
25+
node-version: 24
2626

2727
- name: npm ci
2828
run: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 1
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 22
22+
node-version: 24
2323

2424
- name: npm ci
2525
run: |

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
fail-fast: false
18-
# Test node 18/20/22 on ubuntu
19-
# Test node 22 on macos/windows
20-
# Enable annotations only for node 22 + ubuntu
18+
# Test node 18/20/22/24 on ubuntu
19+
# Test node 24 on macos/windows
20+
# Enable annotations only for node 24 + ubuntu
2121
matrix:
2222
os: [ubuntu-latest]
23-
node: [18, 20, 22]
23+
node: [18, 20, 22, 24]
2424
include:
2525
- os: macos-latest
26-
node: 22
26+
node: 24
2727
- os: windows-latest
28-
node: 22
28+
node: 24
2929
- os: ubuntu-latest
3030
is_base_os_version: true
31-
- node: 22
31+
- node: 24
3232
is_base_node_version: true
3333
steps:
3434
- uses: actions/checkout@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.12.0
1+
v24.0.1

cli/csstools-cli/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.11.0
1+
v24.0.1

e2e-package-managers/yarn/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.11.0
1+
v24.0.1

e2e/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.11.0
1+
v24.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.11.0
1+
v24.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.11.0
1+
v24.0.1

0 commit comments

Comments
 (0)