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 019f28f commit 3fb0f95Copy full SHA for 3fb0f95
.github/workflows/ci.yml
@@ -11,9 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- arch:
15
- - x64
16
- - x86
+ arch: x64
17
node:
18
- 10
19
- 12
@@ -22,17 +20,29 @@ jobs:
22
20
- 18
23
21
- 20
24
- 22
+ - 23
25
os:
26
- macOS-latest
27
- ubuntu-latest
28
- windows-latest
29
- exclude:
+ include:
30
- arch: x86
31
- os: macOS-latest
+ node: 10
+ os: windows-latest
32
+ - arch: x86
33
+ node: 12
34
35
36
+ node: 14
37
38
39
+ node: 16
40
41
- os: ubuntu-latest
42
+ node: 20
43
44
- node: 18
45
+ node: 22
46
os: windows-latest
47
steps:
48
- uses: actions/checkout@v4
0 commit comments