File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ inputs:
12
12
required : true
13
13
description : Access token to the repository.
14
14
runs :
15
- using : node12
15
+ using : node16
16
16
main : dist/index.js
Original file line number Diff line number Diff line change 24
24
"url" : " git+https://github.com/jef/conventional-commits-pr-action.git"
25
25
},
26
26
"dependencies" : {
27
- "@actions/core" : " ^1.5 .0" ,
27
+ "@actions/core" : " ^1.6 .0" ,
28
28
"@actions/github" : " ^5.0.0" ,
29
29
"conventional-commit-types" : " ^3.0.0"
30
30
},
31
31
"devDependencies" : {
32
- "@types/mocha" : " ^9.0 .0" ,
33
- "@types/node" : " ^16.9.4 " ,
34
- "@types/sinon" : " ^10.0.3 " ,
35
- "@vercel/ncc" : " ^0.31.1 " ,
36
- "c8" : " ^7.9 .0" ,
32
+ "@types/mocha" : " ^9.1 .0" ,
33
+ "@types/node" : " ^17.0.22 " ,
34
+ "@types/sinon" : " ^10.0.11 " ,
35
+ "@vercel/ncc" : " ^0.33.3 " ,
36
+ "c8" : " ^7.11 .0" ,
37
37
"gts" : " ^3.1.0" ,
38
- "mocha" : " ^9.1.1" ,
39
- "prettier" : " ^2.4.1" ,
40
- "sinon" : " ^11.1.2" ,
41
- "ts-node" : " ^10.2.1" ,
42
- "typescript" : " ^4.4.3"
38
+ "mocha" : " ^9.2.2" ,
39
+ "prettier" : " ^2.6.0" ,
40
+ "sinon" : " ^13.0.1" ,
41
+ "ts-node" : " ^10.7.0" ,
42
+ "typescript" : " ^4.6.2"
43
+ },
44
+ "volta" : {
45
+ "node" : " 16.14.2"
43
46
}
44
47
}
You can’t perform that action at this time.
0 commit comments