Skip to content

Commit

Permalink
ci: fix macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed May 27, 2024
1 parent 0ad221c commit 0909668
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-13-arm64, windows-latest]
node-version: [14.x, 16.x, 18.x, 21.x, 22.x]
os: [ubuntu-latest, windows-latest]
node-version: [14, 16, 18, 22]
include:
- os: macos-latest
node-version: 21

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 0909668

Please sign in to comment.