Skip to content

Commit bc24483

Browse files
authored
Update Node.js version to 24 in workflow
1 parent 3e56b2d commit bc24483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v5
2727
with:
28-
node-version: '20.x'
28+
node-version: 24
2929
- name: Install dependencies
3030
run: |
3131
npm install -g ajv-formats

0 commit comments

Comments
 (0)