Skip to content

Commit

Permalink
Add node v20 to test matrix (oldschoolgg#5479)
Browse files Browse the repository at this point in the history
  • Loading branch information
gc authored Dec 12, 2023
1 parent 51ef230 commit aa7168c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/inttests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [18.12.0]
node_version: [18.12.0, 20]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [18.12.0]
node_version: [18.12.0, 20]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit aa7168c

Please sign in to comment.