Skip to content

Commit 5219310

Browse files
authored
ci(package-manager-ci): add node 18 to test matrix (#64)
1 parent d9d2e70 commit 5219310

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-manager-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
# Maintenance and active LTS
18-
node-version: [14, 16]
18+
node-version: [14, 16, 18]
1919
os: [ubuntu-latest]
2020

2121
steps:
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
# Maintenance and active LTS
46-
node-version: [14, 16]
46+
node-version: [14, 16, 18]
4747
os: [ubuntu-latest]
4848

4949
steps:

0 commit comments

Comments
 (0)