Skip to content

Commit

Permalink
Fix TS mode on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 4, 2024
1 parent 93bc939 commit 0b3694c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0b3694c

Please sign in to comment.