Skip to content

Commit dee6b3e

Browse files
committed
Set node version
1 parent d120aa8 commit dee6b3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
echo $GITREV
2020
sed -i "s/^\(.*\"version\".*\)\"\([^\"]\+\)\"\(.*\)\$/\1\"\2-g$GITREV\"\3/" package.json
2121
if: github.event_name != 'release'
22-
- uses: actions/setup-node@v5
22+
- uses: actions/setup-node@v4
2323
with:
24+
node-version: 24
2425
# Needs to be explicitly specified for auth to work
2526
registry-url: 'https://registry.npmjs.org'
2627
- name: Upgrade npm to latest

0 commit comments

Comments
 (0)