Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martisekpetr authored Jul 28, 2022
1 parent c7fbe5a commit 258c081
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm run build --if-present
- run: |
npm ci
npm run build --if-present

0 comments on commit 258c081

Please sign in to comment.