Skip to content

Commit 41b1568

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Use Node.js 20
7777
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
7878
with:
79-
node-version: 20.19.5
79+
node-version: 24.10.0
8080
- name: Update NPM
8181
run: npm install --global npm
8282
- name: Bootstrap project
@@ -97,7 +97,7 @@ jobs:
9797
- name: Use Node.js 20
9898
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
9999
with:
100-
node-version: 20.19.5
100+
node-version: 24.10.0
101101
- name: Update NPM
102102
run: npm install --global npm
103103
- name: Bootstrap project

0 commit comments

Comments
 (0)