Skip to content

Commit

Permalink
Use version from a previous build.
Browse files Browse the repository at this point in the history
  • Loading branch information
KD0NKS committed May 28, 2021
1 parent 2a82d68 commit 5ba6ca2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node: [ 12.x, 14.x, 15.x, 16.x]

node: [ 12.x, 14.x, 15.x, 16.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
Expand All @@ -23,7 +21,7 @@ jobs:
- run: npm install
- run: npm test

#- name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5ba6ca2

Please sign in to comment.