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 1a80a44 commit bce9eb7Copy full SHA for bce9eb7
.github/workflows/ci.yml
@@ -13,19 +13,21 @@ jobs:
13
matrix:
14
arch:
15
- x64
16
- - x86
17
node:
18
- 20
19
- 22
+ - 24
20
os:
21
- macos-latest
22
- ubuntu-latest
23
- windows-latest
24
- exclude:
+ include:
25
- arch: x86
26
- os: macos-latest
+ node: 20
27
+ os: windows-latest
28
- os: ubuntu-latest
29
+ node: 22
30
31
steps:
32
- uses: actions/checkout@v4
33
- uses: actions/setup-node@v4
0 commit comments