Skip to content

Commit 6a22ecd

Browse files
chore: update dependency node to v24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8bbc682 commit 6a22ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Use Node.js 16
7575
uses: actions/setup-node@v6
7676
with:
77-
node-version: 16
77+
node-version: 24.10.0
7878
- name: Bootstrap project
7979
run: npm ci --ignore-scripts
8080
- name: Verify code linting
@@ -90,7 +90,7 @@ jobs:
9090
- name: Use Node.js 16
9191
uses: actions/setup-node@v6
9292
with:
93-
node-version: 16
93+
node-version: 24.10.0
9494
- name: Bootstrap project
9595
run: npm ci --ignore-scripts
9696
- name: Verify commit linting

0 commit comments

Comments
 (0)