Skip to content

Commit 03c4e13

Browse files
authored
Update deploy.yml
1 parent 6fee349 commit 03c4e13

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
@@ -42,6 +42,6 @@ jobs:
4242
port: ${{ secrets.PYDAY_PORT }}
4343
script: |
4444
cd pydaydotcl
45-
npm install --omit=dev
45+
/home/pyday/.nvm/versions/node/v22.15.0/bin/npm install --omit=dev
4646
pm2 delete pydaydotcl || true
4747
pm2 start npm --name "pydaydotcl" -- start

0 commit comments

Comments
 (0)