Skip to content

Commit

Permalink
ci(ci): add node 18 to test matrix (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 21, 2022
1 parent b79fc99 commit a7678a2
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 @@ -92,7 +92,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [12, 14, 16, 18]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a7678a2

Please sign in to comment.