Skip to content

Commit d8cc07a

Browse files
authored
Merge pull request #22 from Clever/node-12
upgrade to node 12
2 parents f1244c0 + 756ef62 commit d8cc07a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/Clever/node-process-metrics
55
docker:
6-
- image: circleci/node:10-stretch
6+
- image: circleci/node:12-stretch
77
environment:
88
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
99
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/mocha": "^2.2.32",
16-
"@types/node": "^10.14.21",
16+
"@types/node": "^12.12.24",
1717
"babel-eslint": "^7.0.0",
1818
"eslint": "^3.8.1",
1919
"eslint-config-airbnb": "^5.0.1",

0 commit comments

Comments
 (0)