Skip to content

Commit 7dd2a0d

Browse files
committed
feat: use node16, bump deps
1 parent 39a74b4 commit 7dd2a0d

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ inputs:
1212
required: true
1313
description: Access token to the repository.
1414
runs:
15-
using: node12
15+
using: node16
1616
main: dist/index.js

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,24 @@
2424
"url": "git+https://github.com/jef/conventional-commits-pr-action.git"
2525
},
2626
"dependencies": {
27-
"@actions/core": "^1.5.0",
27+
"@actions/core": "^1.6.0",
2828
"@actions/github": "^5.0.0",
2929
"conventional-commit-types": "^3.0.0"
3030
},
3131
"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",
3737
"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"
4346
}
4447
}

0 commit comments

Comments
 (0)