Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed May 25, 2024
1 parent 68bc841 commit ffe80c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/npm-ls_demo-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ jobs:
- ubuntu-latest
- windows-latest
- macos-latest
include:
- # macos-latest no longer supports node14, but macos-13 does
os: macos-13
node-version: '14'
exclude:
- # macos-latest no longer supports node14
os: macos-latest
node-version: '14'
- # npm10 requires node ^18.17.0 || >=20.5.0
npm-version: '10'
node-version: '16'
Expand Down

0 comments on commit ffe80c6

Please sign in to comment.