Skip to content

Commit 0fd02c5

Browse files
authored
Don't test Node v14 on macOS (TooTallNate#323)
1 parent 70023c1 commit 0fd02c5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
node-version: [14.x, 16.x, 18.x, 20.x]
19+
exclude:
20+
# Node 14 is not supported on macOS arm64
21+
- os: macos-latest
22+
node-version: 14.x
1923
fail-fast: false
2024

2125
runs-on: ${{ matrix.os }}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"private": true,
33
"name": "proxy-agent-monorepo",
4+
"packageManager": "[email protected]",
45
"scripts": {
56
"build": "turbo run build",
67
"lint": "turbo run lint",

0 commit comments

Comments
 (0)