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 321495c commit a4e0d39Copy full SHA for a4e0d39
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2
3
defaults: &defaults
4
working_directory: ~/repo
5
docker:
6
- - image: circleci/node:10.15.0
+ - image: circleci/node:10.19
7
8
jobs:
9
test:
package.json
@@ -62,7 +62,7 @@
62
"rollup-plugin-node-resolve": "^5.2.0",
63
"rollup-plugin-sourcemaps": "^0.4.2",
64
"rollup-plugin-typescript2": "^0.22.1",
65
- "semantic-release": "^15.13.19",
+ "semantic-release": "^17.4.1",
66
"ts-jest": "^24.0.2",
67
"ts-node": "^8.3.0",
68
"tslint": "^5.18.0",
0 commit comments