Skip to content

Commit

Permalink
NPM should install before publish in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDudeFromCI authored May 11, 2022
1 parent cae1058 commit 8d6aa2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/setup-node@master
with:
node-version: 14.0.0
- name: Npm Install
run: npm install
- id: publish
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 8d6aa2a

Please sign in to comment.