Skip to content

Commit e483a54

Browse files
authored
Merge pull request #62 from lastmjs/renovate/node-8.x
chore(deps): update node.js to v8.12.0
2 parents f2e18ff + 4b3132b commit e483a54

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:a44f73432310d38236bec7a6b7acc1eaa57fa56171e4e698d264bbbaaa5f1b97
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:a44f73432310d38236bec7a6b7acc1eaa57fa56171e4e698d264bbbaaa5f1b97
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)