Skip to content

Commit

Permalink
use current version of npm action
Browse files Browse the repository at this point in the history
  • Loading branch information
Torgny Bjers committed Dec 17, 2019
1 parent 3e61be7 commit 351fdf6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: install
uses: actions/npm@1.0.0
with:
args: ci
- name: verify_all
uses: actions/npm@1.0.0
with:
args: run verify_all
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node: '10.x'
- name: install
run: npm install
- name: verify_all
run: npm run verify_all

0 comments on commit 351fdf6

Please sign in to comment.