Skip to content

Commit

Permalink
Update npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredarrieutort authored May 6, 2020
1 parent 6ecd5d5 commit 7b9fe8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: push
on: release

jobs:
publish:
Expand All @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 13
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit 7b9fe8c

Please sign in to comment.