We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da4fe4 commit e5e8a4aCopy full SHA for e5e8a4a
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ jobs:
12
node:
13
- 12
14
- 14
15
+ - 16
16
os:
17
- macOS-latest
18
- ubuntu-16.04
appveyor.yml
@@ -2,6 +2,7 @@ build: off
2
configuration: Release
3
environment:
4
matrix:
5
+ - nodejs_version: '16'
6
- nodejs_version: '14'
7
- nodejs_version: '12'
8
platform:
0 commit comments