diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index 12b4dbcd1a..3fa3a49874 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -17,10 +17,10 @@ jobs: - name: Enable corepack to fix https://github.com/actions/setup-node/pull/901 run: corepack enable pnpm - - name: Use Node.js LTS (22.x) + - name: Use Node.js LTS (24.x) uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: - node-version: 22.x + node-version: 24.x cache: 'pnpm' - name: Install project dependencies @@ -34,7 +34,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [24.x, 26.x] steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1