Skip to content

Commit

Permalink
Upgrade to node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesuss committed Jan 21, 2020
1 parent 21d91cb commit 6b38926
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 102 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
lint:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/repo
steps:
- checkout
Expand All @@ -15,7 +15,7 @@ jobs:
- run: yarn lint
build:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/repo
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ storybook-static

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v12.14.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@storybook/addon-essentials": "^5.3.8",
"@storybook/addon-storysource": "^5.3.8",
"@storybook/react": "^5.3.8",
"auto": "^7.11.0",
"auto": "^9.1.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-require-context-hook": "^1.0.0",
Expand Down
Loading

0 comments on commit 6b38926

Please sign in to comment.