diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99aa369..34d703c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 cache: npm - run: npm ci - run: npm test diff --git a/package-lock.json b/package-lock.json index 1308c38..3f45374 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,8 +15,8 @@ "react": "^18.3.1" }, "engines": { - "node": ">=16.13.0", - "npm": ">=8.0.0" + "node": ">=20.9.0", + "npm": ">=10.0.0" }, "peerDependencies": { "typescript": "^5.7.0" diff --git a/package.json b/package.json index fb842a2..1e45408 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "access": "public" }, "engines": { - "node": ">=16.13.0", - "npm": ">=8.0.0" + "node": ">=20.9.0", + "npm": ">=10.0.0" }, "main": "tsconfig.json", "tsconfig": "tsconfig.json",