Skip to content

Commit 9935b13

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

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
@@ -63,7 +63,7 @@ jobs:
6363
- name: Use Node.js 18
6464
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
6565
with:
66-
node-version: 18.20.8
66+
node-version: 24.11.0
6767
- name: Bootstrap project
6868
run: npm ci --ignore-scripts
6969
- name: Verify code linting
@@ -79,7 +79,7 @@ jobs:
7979
- name: Use Node.js 18
8080
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
8181
with:
82-
node-version: 18.20.8
82+
node-version: 24.11.0
8383
- name: Bootstrap project
8484
run: npm ci --ignore-scripts
8585
- name: Verify commit linting

0 commit comments

Comments
 (0)