Skip to content

Commit

Permalink
fix(workflows): add missing install step to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszfiszer committed Apr 16, 2021
1 parent 34e614d commit 2f03f6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Release
Expand Down

0 comments on commit 2f03f6b

Please sign in to comment.