diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09ab3d3..20140e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: "24" cache: npm cache-dependency-path: web/package-lock.json - name: Install diff --git a/web/package.json b/web/package.json index ab7ac52..7fecb62 100644 --- a/web/package.json +++ b/web/package.json @@ -27,5 +27,8 @@ "postcss": "8.5.28", "tailwindcss": "4.3.3", "typescript": "6.0.3" + }, + "engines": { + "node": ">=24.15.0" } }