Skip to content

Commit cfb5679

Browse files
committed
chore(ci): bump node version
Signed-off-by: Mike Fiedler <[email protected]>
1 parent 33edd7f commit cfb5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3434
with:
35-
node-version: 24.2.0
35+
node-version: 24.4.0
3636
cache: 'npm'
3737
- name: Install Node dependencies
3838
run: npm ci

0 commit comments

Comments
 (0)