Skip to content

Commit

Permalink
fix(setup): update circleci node version to v12 (#884)
Browse files Browse the repository at this point in the history
Co-authored-by: shipjs <shipjs@test.com>
  • Loading branch information
Eunjae Lee and shipjs authored Jun 14, 2020
1 parent 551dde0 commit 6579294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shipjs/src/step/setup/CI/addCircleCIConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ aliases:
defaults: &defaults
working_directory: ~/repo
docker:
- image: circleci/node:8.16.2
- image: circleci/node:12.14.1
version: 2
jobs:
Expand Down

0 comments on commit 6579294

Please sign in to comment.