diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5a11e7..932cc07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - run: corepack enable @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - run: corepack enable @@ -74,7 +74,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - run: corepack enable diff --git a/package.json b/package.json index f043200..f9cf529 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "private": true, "packageManager": "pnpm@10.24.0", "engines": { - "node": "^22" + "node": "^24.0.0" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged"