Skip to content

Commit 5da2b86

Browse files
committed
Update Node.js version to 24 in deploy workflow
1 parent 6d453c9 commit 5da2b86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: '22'
33+
node-version: '24'
3434
cache: 'npm'
3535

3636
- name: Install npm dependencies

0 commit comments

Comments
 (0)