Skip to content

Commit

Permalink
chore: Add Nsolir runtime to CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson <jefferson.rios.caro@gmail.com>
  • Loading branch information
riosje committed Feb 26, 2024
1 parent 7a80a68 commit b479add
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,28 +111,26 @@ jobs:
strategy:
matrix:
runtime: [node, nsolid]
os: [macos-latest, ubuntu-latest, windows-latest]
include:
- runtime: node
node-version: 14
os: [macos-latest, ubuntu-latest]
- runtime: node
node-version: 16
os: [macos-latest, ubuntu-latest, windows-latest]
- runtime: node
node-version: 18
os: [macos-latest, ubuntu-latest, windows-latest]
- runtime: node
node-version: 20
os: [macos-latest, ubuntu-latest, windows-latest]
- runtime: nsolid
nsolid-version: 5
node-version: 20
os: [macos-latest, ubuntu-latest, windows-latest]
- runtime: nsolid
nsolid-version: 5
node-version: 18
os: [macos-latest, ubuntu-latest, windows-latest]

exclude:
- runtime: node
os: windows-latest
node-version: 14
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b479add

Please sign in to comment.