Skip to content

Commit

Permalink
ci: fix maxos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed May 27, 2024
1 parent 9d5ae34 commit 042a410
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-13-arm64, windows-latest]
node-version: [14.x, 16.x, 18.x, 21.x, 22.x]
include:
- os: ubuntu-latest
node-version: [14.x, 16.x, 18.x, 22.x]
- os: windows-latest
node-version: [14.x, 16.x, 18.x, 22.x]
- os: macos-13-arm64
node-version: [21.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 042a410

Please sign in to comment.