Skip to content

Commit 75d2b9e

Browse files
committed
chore(deps): update node.js to v8.14.0
1 parent e483a54 commit 75d2b9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
working_directory: ~/guesswork
2121
docker:
22-
- image: circleci/node:8.12.0@sha256:a44f73432310d38236bec7a6b7acc1eaa57fa56171e4e698d264bbbaaa5f1b97
22+
- image: circleci/node:8.14.0@sha256:04b212ad5c613ae096cff10d2960f6fc0029a11270e32666a3b77df0e27ed79d
2323
steps:
2424
- checkout
2525
- run:
@@ -45,7 +45,7 @@ jobs:
4545
release:
4646
working_directory: ~/guesswork
4747
docker:
48-
- image: circleci/node:8.12.0@sha256:a44f73432310d38236bec7a6b7acc1eaa57fa56171e4e698d264bbbaaa5f1b97
48+
- image: circleci/node:8.14.0@sha256:04b212ad5c613ae096cff10d2960f6fc0029a11270e32666a3b77df0e27ed79d
4949
steps:
5050
- checkout
5151
- run: npm install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.12.0
1+
8.14.0

0 commit comments

Comments
 (0)