diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 819e8b2..052c591 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "24" cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile