Skip to content

Commit 7776415

Browse files
Upgrade to Node v24
1 parent fc612f0 commit 7776415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.JS
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 22
38+
node-version: 24
3939

4040
- name: Install dependencies
4141
run: yarn install

.github/workflows/Sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install Node.js
6666
uses: actions/setup-node@v4
6767
with:
68-
node-version: 18
68+
node-version: 24
6969

7070
- name: Install c8
7171
run: yarn global add c8

0 commit comments

Comments
 (0)