Skip to content

Commit

Permalink
fix: installing NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdekroon committed Aug 2, 2022
1 parent c66a239 commit 01de22a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm install
- run: ./package.sh
- name: Release
uses: fnkr/github-action-ghr@v1
Expand Down

0 comments on commit 01de22a

Please sign in to comment.