Skip to content

Commit

Permalink
Update Node version matrix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly authored Nov 1, 2023
1 parent 21ab441 commit 253f5dc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,18 @@ jobs:
fail-fast: false
matrix:
node:
- 12
- 14
- 16
- 17
- 18
- 20
os: [ubuntu-latest]
browser:
- FirefoxHeadless
include:
- os: macos-latest
node: 16
node: 20
browser: FirefoxHeadless
- os: windows-latest
node: 16
node: 20
browser: FirefoxHeadless

steps:
Expand All @@ -75,7 +74,7 @@ jobs:
run: npm test

- name: Run browser tests
if: matrix.node == 16
if: matrix.node == 20
run: npm run mocha-browser-test -- --browsers ${{ matrix.browser }} --timeout 10000
env:
DISPLAY: :99.0
Expand Down

0 comments on commit 253f5dc

Please sign in to comment.