We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ab441 commit 253f5dcCopy full SHA for 253f5dc
.github/workflows/ci.yml
@@ -38,19 +38,18 @@ jobs:
38
fail-fast: false
39
matrix:
40
node:
41
- - 12
42
- - 14
43
- 16
44
- - 17
+ - 18
+ - 20
45
os: [ubuntu-latest]
46
browser:
47
- FirefoxHeadless
48
include:
49
- os: macos-latest
50
- node: 16
+ node: 20
51
browser: FirefoxHeadless
52
- os: windows-latest
53
54
55
56
steps:
@@ -75,7 +74,7 @@ jobs:
75
74
run: npm test
76
77
- name: Run browser tests
78
- if: matrix.node == 16
+ if: matrix.node == 20
79
run: npm run mocha-browser-test -- --browsers ${{ matrix.browser }} --timeout 10000
80
env:
81
DISPLAY: :99.0
0 commit comments