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 ee8c97c commit 9e1155cCopy full SHA for 9e1155c
.github/workflows/ci.yml
@@ -15,16 +15,20 @@ jobs:
15
strategy:
16
matrix:
17
os: [ubuntu-latest]
18
- node_version: [14, 16, 18]
+ node_version: [14, 16, 18, 20]
19
include:
20
- os: macos-latest
21
node_version: 16
22
23
node_version: 18
24
+ - os: macos-latest
25
+ node_version: 20
26
- os: windows-latest
27
28
29
30
+ - os: windows-latest
31
32
fail-fast: false
33
timeout-minutes: 10
34
0 commit comments