Skip to content

Commit 0f9f8aa

Browse files
Update Node.js v24
Update GitHub Actions workflows to use Node.js v24.
1 parent e3b9aa6 commit 0f9f8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Node
5555
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
5656
with:
57-
node-version: '22'
57+
node-version: '24'
5858

5959
- name: Build and Test
6060
shell: pwsh

0 commit comments

Comments
 (0)