Skip to content

Commit

Permalink
Use just latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Jan 13, 2021
1 parent 889fe37 commit dd87b75
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 14.x

- name: Coverage
run: |
npm ci
Expand Down

0 comments on commit dd87b75

Please sign in to comment.