Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 8f31db4

Browse files
committed
Run test on Node.js v12, v14 and v16
1 parent 2b1fa35 commit 8f31db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
node: [10, 12]
52+
node: [12, 14, 16]
5353

5454
steps:
5555
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)