diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71899b7..af4b85e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 registry-url: "https://registry.npmjs.org/" - run: pnpm install - run: pnpm lint @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 registry-url: "https://registry.npmjs.org/" - uses: pnpm/action-setup@v4 - name: Re-install npm @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 registry-url: "https://registry.npmjs.org/" - uses: pnpm/action-setup@v4 - run: pnpm install