Skip to content

Commit

Permalink
Merge pull request #32 from coinbase/coinbase/oa-coinbase-patch-2
Browse files Browse the repository at this point in the history
[chore] set engines and minimum node version, with circleci
  • Loading branch information
oa-coinbase committed Apr 28, 2020
2 parents e630bc7 + 75e9806 commit f8c6333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ jobs: # a collection of steps
build: # runs not using Workflows must have a `build` job as entry point
working_directory: ~/ci # directory where steps will run
docker: # run the steps with Docker
- image: circleci/node:6 # ...with this image as the primary container; this is where all `steps` will run
- image: circleci/node:8 # ...with this image as the primary container; this is where all `steps` will run
steps: # a collection of executable commands
- checkout # special step to check out source code to working directory
- restore_cache: # special step to restore the dependency cache
Expand Down
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -9,6 +9,10 @@
"commerce",
"payments"
],
"engines": {
"node": ">=8.17.0",
"npm": ">=5.6.0"
},
"homepage": "https://github.com/coinbase/coinbase-commerce-node",
"repository": {
"type": "git",
Expand Down

0 comments on commit f8c6333

Please sign in to comment.