diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0613829..10e7193 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v6.4.0 with: - node-version: 22.6.0 + node-version: 22.20.0 - name: Install Dependencies run: npm install --no-fund - parallel: diff --git a/package.json b/package.json index 75d47c9..1953972 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "typescript": "7.0.2" }, "engines": { - "node": ">=22.6" + "node": ">=22.20.0" } }