From 39faca13110b80ef91e7976fecf6a5b2633af28b Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Thu, 1 May 2025 10:18:38 +0800 Subject: [PATCH] chore: drop node 18 --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89d40e6e..a692a115 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: needs: build strategy: matrix: - node-version: [18, 20, 22] + node-version: [20, 22] os: [ubuntu-latest, windows-latest, macos-latest] verification-script: - pnpm --filter '!*typescript*' build diff --git a/package.json b/package.json index 3c28e211..542672f7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "!template/**/node_modules/.bin/*" ], "engines": { - "node": ">=v18.3.0" + "node": ">=v20.0.0" }, "devEngines": { "packageManager": {