Skip to content

Commit 8256be0

Browse files
authored
Update dependencies (projectwallace#48)
* add Node 16 to CI test matrix * Update devDependencies, except ava
1 parent 01d9cba commit 8256be0

File tree

3 files changed

+285
-260
lines changed

3 files changed

+285
-260
lines changed

.github/workflows/test.yml

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

1616
strategy:
1717
matrix:
18-
node-version: [10.x, 12.x, 14.x]
18+
node-version: [10.x, 12.x, 14.x, 16.x]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)