diff --git a/.github/workflows/checking-dependencies.yml b/.github/workflows/checking-dependencies.yml index 8d39164..2364a9c 100644 --- a/.github/workflows/checking-dependencies.yml +++ b/.github/workflows/checking-dependencies.yml @@ -15,7 +15,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 24.13.0 cache: pnpm - run: pnpm install --frozen-lockfile