Skip to content

Commit 60e9bb1

Browse files
committed
chore(deps): update node.js to v8.12.0
1 parent d4127a5 commit 60e9bb1

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.11.1@sha256:cc078ac24326b6ba3e28eb1adb7f300fec7c17d2756850a2ffa436d18d629ddc
22+
- image: circleci/node:8.12.0@sha256:9c50ffad1d2b11fde9cab2f2c723e02995b08ba3dd8aa36f91f052239bec89aa
2323
steps:
2424
- checkout
2525
- run:
@@ -45,7 +45,7 @@ jobs:
4545
release:
4646
working_directory: ~/guesswork
4747
docker:
48-
- image: circleci/node:8.11.1@sha256:cc078ac24326b6ba3e28eb1adb7f300fec7c17d2756850a2ffa436d18d629ddc
48+
- image: circleci/node:8.12.0@sha256:9c50ffad1d2b11fde9cab2f2c723e02995b08ba3dd8aa36f91f052239bec89aa
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.11.1
1+
8.12.0

0 commit comments

Comments
 (0)