Skip to content

Commit 9f376c0

Browse files
committed
run actions on even versions of nodejs up to v20
1 parent 972fd2b commit 9f376c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/usage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
strategy:
5555
matrix:
56-
node-version: [10.x, 12.x, 14.x, 15.x]
56+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
5757

5858
needs: package
5959
steps:
@@ -80,7 +80,7 @@ jobs:
8080

8181
strategy:
8282
matrix:
83-
node-version: [14.x, 15.x]
83+
node-version: [14.x, 16.x, 18.x, 20.x]
8484

8585
needs: package
8686
steps:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
node-version: [10.x, 12.x, 14.x, 15.x]
23+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)