File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : npm
4
+ directory : /
5
+ schedule :
6
+ interval : weekly
7
+ groups :
8
+ production-dependencies :
9
+ dependency-type : " production"
10
+ development-dependencies :
11
+ dependency-type : " development"
Original file line number Diff line number Diff line change
1
+ on :
2
+ push :
3
+ branches :
4
+ - main
5
+ pull_request :
6
+
7
+ jobs :
8
+ test :
9
+ uses : pkgjs/action/.github/workflows/node-test.yaml@cicd
Original file line number Diff line number Diff line change 22
22
"bin" : {
23
23
"create-package" : " bin/create-package"
24
24
},
25
+ "engines" : {
26
+ "node" : " ^18 || ^20 || ^21"
27
+ },
25
28
"scripts" : {
26
29
"test" : " standard && mocha --timeout=60000" ,
27
30
"test:debug" : " mocha --inspect --inspect-brk --timeout=0" ,
You can’t perform that action at this time.
0 commit comments