Skip to content

Commit ee21ffb

Browse files
authored
Update Node.js version in deploy workflow
1 parent cf53506 commit ee21ffb

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-node@v6.3.0
2323
with:
24-
node-version: '25'
24+
node-version: '24'
2525
cache: 'npm'
2626
cache-dependency-path: website/package-lock.json
2727

0 commit comments

Comments
 (0)