diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3e62af6..1e0c577 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,9 +18,9 @@ jobs: - uses: pnpm/action-setup@v2 with: version: latest - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 24 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 47c0685..ee8030c 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -18,9 +18,9 @@ jobs: - uses: pnpm/action-setup@v2 with: version: latest - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 24 cache: pnpm - name: Install dependencies diff --git a/package.json b/package.json index 8a00a26..f46c763 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ ] }, "engines": { - "node": ">=20.0" + "node": ">=24.0" }, "packageManager": "pnpm@10.22.0" }