Skip to content

Commit

Permalink
hope this helps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrspartak committed May 17, 2020
1 parent 127b158 commit 43ec0fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '10', '12' ]
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test

publish-npm:
Expand Down

0 comments on commit 43ec0fe

Please sign in to comment.