Skip to content

Commit 0455bf5

Browse files
authored
Merge pull request #3736 from mstmustisnt/upgrade-node
Upgrade to node v10.16.0
2 parents 809371d + 70c4e6e commit 0455bf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
no_output_timeout: '15m'
2121
build-all:
2222
docker:
23-
- image: circleci/node:9.6.1
23+
- image: circleci/node:10.16.0
2424
steps:
2525
- checkout
2626
- restore_cache:
@@ -38,7 +38,7 @@ jobs:
3838
no_output_timeout: '15m'
3939
build:
4040
docker:
41-
- image: circleci/node:9.6.1
41+
- image: circleci/node:10.16.0
4242
steps:
4343
- run: echo "RUN_BUILD is ${RUN_BUILD}"
4444
- checkout

0 commit comments

Comments
 (0)