diff --git a/.circleci/config.yml b/.circleci/config.yml index e149ab009..967904508 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/node:8 + - image: circleci/node:10 steps: - checkout - run: yarn install diff --git a/package.json b/package.json index 765b2b43d..266b12b84 100644 --- a/package.json +++ b/package.json @@ -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 .",