Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 868b6de

Browse files
committed
fix(workflows): exclude node versions that don't have arm distributions from mac test workflow
1 parent 183f619 commit 868b6de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ jobs:
6666
os: [ubuntu-latest, windows-latest, macos-latest]
6767
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
6868
webpack-version: [latest]
69+
exclude:
70+
- os: macos-latest
71+
node-version: 10.x
72+
- os: macos-latest
73+
node-version: 12.x
74+
- os: macos-latest
75+
node-version: 14.x
6976

7077
runs-on: ${{ matrix.os }}
7178

0 commit comments

Comments
 (0)