Skip to content

Commit

Permalink
Move node 10 into the legacy test matrix
Browse files Browse the repository at this point in the history
Manually install `esm` as part of the legacy test job, and ignore the lockfile
  • Loading branch information
lucas42 committed May 22, 2024
1 parent 4ae8c8a commit 6a16759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [12.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

strategy:
matrix:
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x]
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x, 10.x]

needs: build
steps:
Expand All @@ -78,5 +78,5 @@ jobs:
name: build-output
- name: npm install and test
run: |
npm install mocha@3 chai@3
npm install mocha@3 chai@3 esm@3 --no-package-lock
npm run test-unit

0 comments on commit 6a16759

Please sign in to comment.