Skip to content

Commit 148e7e1

Browse files
authored
Merge pull request #28 from Clever/node-12
upgrade to node 12
2 parents e2e9107 + abe6d6d commit 148e7e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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-google-admin-sdk
55
docker:
6-
- image: circleci/node:10.15.1-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

0 commit comments

Comments
 (0)