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.
2 parents f1244c0 + 756ef62 commit d8cc07aCopy full SHA for d8cc07a
.circleci/config.yml
@@ -3,7 +3,7 @@ jobs:
3
build:
4
working_directory: ~/Clever/node-process-metrics
5
docker:
6
- - image: circleci/node:10-stretch
+ - image: circleci/node:12-stretch
7
environment:
8
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
9
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
.nvmrc
@@ -0,0 +1 @@
1
+12
package.json
@@ -13,7 +13,7 @@
13
},
14
"devDependencies": {
15
"@types/mocha": "^2.2.32",
16
- "@types/node": "^10.14.21",
+ "@types/node": "^12.12.24",
17
"babel-eslint": "^7.0.0",
18
"eslint": "^3.8.1",
19
"eslint-config-airbnb": "^5.0.1",
0 commit comments