Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal committed May 26, 2022
1 parent f9afc45 commit 5bce35c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ jobs:
fail-fast: false
matrix:
os: [windows-2019, ubuntu-18.04, macos-10.15]
node: ['14.x', '16.x', '18.x']
node: [14.x, 16.x, 18.x]

exclude:
- os: ubuntu-18.04
node: 18.x
include:
- os: ubuntu-20.04
node: 18.x

runs-on: ${{ matrix.os }}
timeout-minutes: 60
Expand Down

0 comments on commit 5bce35c

Please sign in to comment.