diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a7fdead..ba19a20 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -64,7 +64,7 @@ jobs: - args: [--frozen-lockfile] - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: - node-version: 16.x + node-version: lts/* cache: pnpm - name: Install dependencies run: pnpm install --ignore-scripts --frozen-lockfile diff --git a/package.json b/package.json index 48f67e9..21a1e0d 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,9 @@ "vitest": "^1.6.0", "wait-for-expect": "^3.0.2" }, + "engines": { + "node": ">=20" + }, "jest": { "verbose": true, "transform": {