Skip to content

Commit

Permalink
Don't test Node v14 on macOS (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate authored Jun 28, 2024
1 parent 70023c1 commit 0fd02c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
exclude:
# Node 14 is not supported on macOS arm64
- os: macos-latest
node-version: 14.x
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"private": true,
"name": "proxy-agent-monorepo",
"packageManager": "pnpm@7.32.2",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
Expand Down

0 comments on commit 0fd02c5

Please sign in to comment.