Skip to content

Commit 368eb84

Browse files
authored
Merge pull request #428 from abraham/node
Test on newer Node.js versions
2 parents 1e15f67 + f83a7af commit 368eb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
node: [12, 14]
9+
node: [12, 14, 16]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)