From fc00de823d567bb37406ba93533c4689be61a10d Mon Sep 17 00:00:00 2001 From: Eito Katagiri Date: Mon, 16 Oct 2023 12:59:54 +0000 Subject: [PATCH] require Node.js 16 or more --- .github/workflows/main.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2cadd7d..a68ea42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: ['14', '16', '18'] + node-version: ['16', '18', '20'] steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 272f2af..2a81d48 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "repository": "https://github.com/croutonn/graphql-codegen-plugin-typescript-swr", "license": "MIT", "engines": { - "node": ">=14.0.0" + "node": ">=16.0.0" }, "keywords": [ "graphql",