Skip to content

Commit caa76d7

Browse files
committed
chore: update nodejs tested versions to active releases (14, 16, 18, 19)
1 parent e389f6b commit caa76d7

9 files changed

+7629
-81
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node: [ 12, 14, 16, 17, 18 ]
13+
node: [ 14, 16, 18, 19 ]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)