Skip to content

Commit ad8f8bd

Browse files
authored
Update Node.js version to 24 in deploy workflow
1 parent fa8a1bd commit ad8f8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: 18
32+
node-version: 24
3333
cache: npm
3434
cache-dependency-path: docs/package-lock.json
3535

0 commit comments

Comments
 (0)