Skip to content

Commit

Permalink
feat: drop node 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed May 28, 2020
1 parent 930ab90 commit 01ae7d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:8
- image: circleci/node:10
steps:
- checkout
- run: yarn install
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -28,6 +28,9 @@
"bugs": {
"url": "https://github.com/prisma/graphql-request/issues"
},
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/prisma/graphql-request",
"scripts": {
"format": "prettier --write .",
Expand Down

0 comments on commit 01ae7d0

Please sign in to comment.