Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetskilinc committed Oct 31, 2024
1 parent ac96de9 commit b0ae6ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'pnpm'
cache: "pnpm"
- name: Install dependencies
run: pnpm install
run: pnpm install
- name: Build
run: pnpm build
run: pnpm build

0 comments on commit b0ae6ad

Please sign in to comment.