From a3b7c843960973cbded287ecd50ebc8645c51d4c Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:03:42 -0700 Subject: [PATCH] chore: drop support for Node 16 --- .github/workflows/ci.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8b50aa..47f5d90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 cache: 'pnpm' - run: pnpm install - run: pnpm lint @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [16, 18, 20] + node-version: [18, 20, 22] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/package.json b/package.json index ac177c1..6ddf33e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "coffeescript" ], "engines": { - "node": ">= 16.0.0" + "node": ">= 18.0.0" }, "packageManager": "pnpm@9.3.0", "volta": {