Skip to content

Commit 241a6c5

Browse files
committed
chore: test against node v14 and v16
1 parent 0fcceac commit 241a6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

1818
strategy:
1919
matrix:
20-
node-version: [12.x, 14.x]
20+
node-version: [14.x, 16.x]
2121
os: [ubuntu-latest, windows-latest, macos-latest]
2222
fail-fast: false
2323

0 commit comments

Comments
 (0)