Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meorphis committed Jan 14, 2025
1 parent 1913cd4 commit b64fc5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: '22'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Build TypeScript
Expand Down

0 comments on commit b64fc5e

Please sign in to comment.