Skip to content

Commit

Permalink
Fix test job
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Feb 14, 2025
1 parent 1adeda5 commit cb8e720
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@ jobs:
steps:
- name: Checkout codes
uses: actions/checkout@v4

- name: Enable corepack
run: corepack enable

- name: Setup node
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'pnpm'

- uses: pnpm/action-setup@v4
with:
run_install: true
- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm run build
Expand Down

0 comments on commit cb8e720

Please sign in to comment.