Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih authored May 27, 2024
1 parent 042a410 commit f411f59
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-13-arm64, windows-latest]
os: [ubuntu-latest, windows-latest]
node-version: [14.x, 16.x, 18.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]
- os: macos-latest
node-version: 21.x

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

0 comments on commit f411f59

Please sign in to comment.