Skip to content

Commit

Permalink
ci(package-manager-ci): add node 18 to test matrix (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 24, 2023
1 parent d9d2e70 commit 5219310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-manager-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# Maintenance and active LTS
node-version: [14, 16]
node-version: [14, 16, 18]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
# Maintenance and active LTS
node-version: [14, 16]
node-version: [14, 16, 18]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 5219310

Please sign in to comment.