Skip to content

Commit 09de98e

Browse files
fix: specify npm version
1 parent 01d99ec commit 09de98e

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
@@ -48,7 +48,8 @@ jobs:
4848
pip install --quiet -r current/requirements.txt
4949
# Update frontend
5050
cd current/vite
51-
"~/.nvm/versions/node/v22.12.0/bin/npm build"
51+
nvm use --lts
52+
npm build
5253
EOF
5354
5455
- name: Reload NGINX

0 commit comments

Comments
 (0)