Skip to content

Commit 6a38bcb

Browse files
chore(deps): update dependency node to v24 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bdb349 commit 6a38bcb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cargo +nightly run -p cpu-features --features nightly
3535
- uses: actions/setup-node@v6
3636
with:
37-
node-version: 22
37+
node-version: 24
3838
cache: "yarn"
3939
- name: Install dependencies
4040
run: yarn install
@@ -63,7 +63,7 @@ jobs:
6363
toolchain: nightly
6464
- uses: actions/setup-node@v6
6565
with:
66-
node-version: 22
66+
node-version: 24
6767
cache: "yarn"
6868
- name: Install dependencies
6969
run: yarn install
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup node
9797
uses: actions/setup-node@v6
9898
with:
99-
node-version: 22
99+
node-version: 24
100100
cache: "yarn"
101101

102102
- name: Install Rust
@@ -133,7 +133,7 @@ jobs:
133133
- name: Setup node
134134
uses: actions/setup-node@v6
135135
with:
136-
node-version: 22
136+
node-version: 24
137137
cache: "yarn"
138138

139139
- name: Install Rust
@@ -203,7 +203,7 @@ jobs:
203203
targets: ${{ matrix.settings.target }}
204204
- uses: actions/setup-node@v6
205205
with:
206-
node-version: 22
206+
node-version: 24
207207
cache: "yarn"
208208
- name: Install dependencies
209209
run: yarn install

.github/workflows/benchmark.yml

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

3131
- uses: actions/setup-node@v6
3232
with:
33-
node-version: 22
33+
node-version: 24
3434
cache: 'yarn'
3535
- name: Install dependencies
3636
run: yarn install

0 commit comments

Comments
 (0)