Skip to content

Commit 1115f17

Browse files
authored
fix: change Node.js version to 24 in deploy workflow
Updated Node.js version to 24 for compatibility.
1 parent 0665b70 commit 1115f17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 18 # Compatible avec Vue 3/Vite
25+
node-version: 24 # Compatible avec Vue 3/Vite
2626

2727
- name: Setup Pages
2828
id: pages

0 commit comments

Comments
 (0)