Skip to content

Commit

Permalink
regress only node 8, 10, 12, 13
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Jan 17, 2020
1 parent 6bbc829 commit fbe43fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8, 9, 10, 11, 12, 13]
node-version: [8, 10, 12, 13]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand All @@ -18,10 +18,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
- name: npm install and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true

0 comments on commit fbe43fd

Please sign in to comment.