Skip to content

Commit

Permalink
test more node versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed May 11, 2022
1 parent 33bb717 commit 1ba75b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
strategy:
matrix:
node-version: [16.x]
node-version: [16]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
node-version: [16.x]
node-version: [14, 16, 17, 18]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
build-example-starter:
strategy:
matrix:
node-version: [16.x]
node-version: [16]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -41,7 +41,7 @@ jobs:
build-example-azimuth:
strategy:
matrix:
node-version: [16.x]
node-version: [16]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
build-example-next-contentlayer-example:
strategy:
matrix:
node-version: [16.x]
node-version: [14, 16, 17, 18]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
build-example-node-script:
strategy:
matrix:
node-version: [16.x]
node-version: [14, 16, 17, 18]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 1ba75b9

Please sign in to comment.