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 May 20, 2023
1 parent 34e2b56 commit 303b2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit 303b2e6

Please sign in to comment.