diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85025f41..a400197f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: PROJECT_ID: project-id-3961473932623644264 strategy: matrix: - node-version: [12] + node-version: [14, 16, 18, 20] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c34a387b..4d2be874 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: 'https://wombat-dressing-room.appspot.com' - run: npm ci - run: npm publish diff --git a/package.json b/package.json index 0ee1d2e5..fde7d561 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "exports": "./build/src/index.js", "main": "build/src/index.js", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": "^14.13.1 || >=16.0.0" }, "bin": { "clasp": "build/src/index.js"