Skip to content

Commit

Permalink
Stop testing against Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch committed Oct 27, 2020
1 parent 93deffe commit d52bad3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 14
- run: npm install -g npm@7
- run: npm ci
- run: npm test

0 comments on commit d52bad3

Please sign in to comment.