Skip to content

Commit 14c8686

Browse files
authored
Update Node.js version from 23 to 24
1 parent f9cd094 commit 14c8686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_server_self_hosted_vite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '23'
20+
node-version: '24'
2121

2222
- run: npm ci
2323
- run: CI=false npm run build

0 commit comments

Comments
 (0)