Skip to content

Commit

Permalink
Upgrade to node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 1, 2020
1 parent 6684ba6 commit f2ec73f
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
@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /tmp/react-swipeable-views
docker:
- image: circleci/node:8
- image: circleci/node:10
restore_repo: &restore_repo
# The cache logic of CircleCI has been disabled for Security reasons.
# We can no longer use it.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -85,7 +85,7 @@
"webpack-bundle-analyzer": "^2.9.1"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit f2ec73f

Please sign in to comment.