Skip to content

Commit 2d847d5

Browse files
committed
chore(ci): npm instead of yarn
1 parent 7361a17 commit 2d847d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
port: ${{ secrets.SERVER_PORT }}
1616
username: ${{ secrets.SERVER_USER }}
1717
password: ${{ secrets.SERVER_PASSWORD }}
18-
script: cd ${{ secrets.SERVER_PROJECT_PATH }} && yarn update
18+
script: cd ${{ secrets.SERVER_PROJECT_PATH }} && npm run update

0 commit comments

Comments
 (0)