Skip to content

Commit

Permalink
matrix excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 15, 2024
1 parent 135b220 commit 727820f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

strategy:
matrix:
node-version: [14,16,18,19,20]
node-version: [16,20]
# node-version: [14,16,18,19,20]
os: [
ubuntu-latest,
macos-12,
Expand All @@ -25,6 +26,8 @@ jobs:
- os: "macos-14"
arch: "arm64"
node-version: 14
- os: "macos-14"
arch: "amd64"
- os: "ubuntu-latest"
arch: "arm64"
alpine: false
Expand Down

0 comments on commit 727820f

Please sign in to comment.