Skip to content

Commit

Permalink
fix global install
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxblh committed Jan 28, 2020
1 parent 1e825ee commit a2da7ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@master

- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x

# PreInstall
- name: add gulp, codecov
run: npm install -g gulp-cli codecov
Expand Down

0 comments on commit a2da7ef

Please sign in to comment.