Skip to content

Commit a9075a8

Browse files
committed
Added Node 20 and 22 to CI test matrix
All current LTS versions are now tested. Prebuilt binaries are still only uploaded from Node 24 builds.
1 parent 07463d9 commit a9075a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,18 @@ jobs:
2727
target:
2828
- x64
2929
node:
30+
- 20
31+
- 22
3032
- 24
3133
include:
34+
- os: macos-latest
35+
node: 20
36+
host: arm64
37+
target: arm64
38+
- os: macos-latest
39+
node: 22
40+
host: arm64
41+
target: arm64
3242
- os: macos-latest
3343
node: 24
3444
host: arm64

0 commit comments

Comments
 (0)