Skip to content

Commit fea3d2d

Browse files
committed
Bump Node.js to v24.1.0 in deploy workflow
Update .github/workflows/deploy.yml to use actions/setup-node@v4 with node-version "24.1.0" instead of 18. This ensures the deployment CI runs on the newer Node.js 24 runtime while keeping npm caching configured.
1 parent a8f5738 commit fea3d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: "18"
29+
node-version: "24.1.0"
3030
cache: "npm"
3131

3232
- name: Install dependencies

0 commit comments

Comments
 (0)