Skip to content

Commit 79402ec

Browse files
chore(deps): update dependency node to v24
1 parent f20d547 commit 79402ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js v19.5.0
1919
uses: actions/setup-node@v6
2020
with:
21-
node-version: 22.20.0
21+
node-version: 24.10.0
2222
cache: yarn
2323
- name: Install Dependencies
2424
run: yarn --immutable
@@ -36,7 +36,7 @@ jobs:
3636
- name: Use Node.js v19.5.0
3737
uses: actions/setup-node@v6
3838
with:
39-
node-version: 22.20.0
39+
node-version: 24.10.0
4040
cache: yarn
4141
- name: Install Dependencies
4242
run: yarn --immutable

0 commit comments

Comments
 (0)