Skip to content

Commit

Permalink
Set CircleCI node version to 10.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
raychz committed Feb 19, 2020
1 parent e26353c commit b9c5c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2.1
executors:
tabify-executor:
docker:
- image: circleci/node:12.16.0
- image: circleci/node:10.19.0
working_directory: ~/repo

jobs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@
"ionic_webpack": "./config/webpack.config.js",
"ionic_generate_source_map": "true"
}
}
}

0 comments on commit b9c5c9f

Please sign in to comment.