Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
yarn install ,
yarn build
  • Loading branch information
alaboso authored Jan 31, 2024
1 parent 08e3609 commit 8a8a68b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ jobs:
with:
node-version: '18'
cache: 'npm'
- run: npm ci
- run: npm run build --if-present

- name: Install dependencies
run: yarn install

- name: Build
run: yarn build

- name: copy file via ssh password
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 8a8a68b

Please sign in to comment.