Skip to content

Commit edc56d5

Browse files
luwesjessp01
andcommitted
chore: use Node matrix with 16.x, 18.x, 20.x
Co-authored-by: Jesse Portnoy <jesse@packman.io>
1 parent 8a4a9aa commit edc56d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
# node-version: [16.x, 18.x, 20.x]
12-
node-version: [16.x]
11+
node-version: [16.x, 18.x, 20.x]
1312

1413
steps:
1514
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)