diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7355dba..048c847 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 23 cache: pnpm - name: Install dependencies run: pnpm install --ignore-scripts @@ -44,7 +44,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 23 - name: Install dependencies run: pnpm install --production --ignore-scripts - name: Build OKLCH