Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
ci(ci): add node 20 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 2, 2023
1 parent 306658e commit 303741f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
node-version: [18]
node-version: [18, 20]
# Only Linux containers support services currently
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
node-version: [18]
node-version: [18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 303741f

Please sign in to comment.