Skip to content

Commit f329ec4

Browse files
committed
Leaner CI
1 parent b8f8147 commit f329ec4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
node-version: ["lts/*", "node"]
17+
node-version: ["lts/*"]
1818

1919
steps:
2020
- name: Checkout code
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
node-version: ["lts/*"]
61-
arch: ["x64", "arm64"]
61+
arch: ["x64"]
6262
include:
6363
- node-version: "22"
6464
arch: "x86"

0 commit comments

Comments
 (0)