Skip to content

Commit c2922f2

Browse files
chore(deps): update dependency node to v24
1 parent ca232c2 commit c2922f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup node
7171
uses: actions/setup-node@v6
7272
with:
73-
node-version: 22
73+
node-version: 24
7474
cache: yarn
7575
- name: Install
7676
uses: dtolnay/rust-toolchain@stable
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/setup-node@v6
110110
if: matrix.settings.target == 'i686-pc-windows-msvc'
111111
with:
112-
node-version: 22
112+
node-version: 24
113113
cache: yarn
114114
architecture: x86
115115
- name: Build
@@ -296,7 +296,7 @@ jobs:
296296
- name: Setup node
297297
uses: actions/setup-node@v6
298298
with:
299-
node-version: 22
299+
node-version: 24
300300
cache: yarn
301301
- name: Install dependencies
302302
run: yarn install

0 commit comments

Comments
 (0)