diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e03333..ea4dc52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [18, 20, 22] + node-version: [20, 22] steps: - name: Checkout diff --git a/package.json b/package.json index 566a2ed..961cef1 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "codestorm-hub", "version": "0.1.0", "private": true, + "engines": { + "node": ">=20.9.0", + "npm": ">=10.0.0" + }, "scripts": { "dev": "next dev", "build": "next build",