File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 4
4
let runtimes = {
5
5
node : [
6
6
'nodejs14.x' ,
7
+ 'nodejs16.x' ,
7
8
'nodejs12.x' ,
8
9
] ,
9
10
python : [
@@ -33,6 +34,13 @@ let runtimes = {
33
34
}
34
35
35
36
let runtimeVersions = {
37
+ 'nodejs16.x' : {
38
+ runtime : 'node' ,
39
+ major : '16' ,
40
+ minor : null ,
41
+ patch : null ,
42
+ wildcard : '16.*.*'
43
+ } ,
36
44
'nodejs14.x' : {
37
45
runtime : 'node' ,
38
46
major : '14' ,
Original file line number Diff line number Diff line change 17
17
"scripts" : {
18
18
"lint" : " eslint . --fix" ,
19
19
"test" : " npm run lint && npm run test:unit" ,
20
- "test:unit" : " cross-env tape 'test/unit/**/*-test.js' | tap-spec " ,
20
+ "test:unit" : " cross-env tape 'test/unit/**/*-test.js' | tap-arc " ,
21
21
"rc" : " npm version prerelease --preid RC"
22
22
},
23
23
"engines" : {
26
26
"devDependencies" : {
27
27
"@architect/eslint-config" : " ^2.0.1" ,
28
28
"cross-env" : " ~7.0.3" ,
29
- "eslint" : " ^8.2 .0" ,
30
- "tap-spec " : " ~5.0.0 " ,
31
- "tape" : " ~5.3.2 "
29
+ "eslint" : " ^8.15 .0" ,
30
+ "tap-arc " : " ~0.3.4 " ,
31
+ "tape" : " ~5.5.3 "
32
32
},
33
33
"eslintConfig" : {
34
34
"extends" : " @architect/eslint-config"
You can’t perform that action at this time.
0 commit comments