Skip to content

Commit a51f2e9

Browse files
authored
Update CI targets (#118)
1 parent 3d8bc75 commit a51f2e9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/Test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ jobs:
5757

5858
strategy:
5959
matrix:
60-
node-version: ["lts/*", "node"]
61-
arch: ["x64", "x86"]
60+
node-version: ["lts/*"]
61+
arch: ["x64", "arm64"]
62+
include:
63+
- node-version: "22"
64+
arch: "x86"
6265

6366
steps:
6467
- name: Configure git line endings

0 commit comments

Comments
 (0)