Skip to content

Commit

Permalink
ci: fix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset committed Aug 24, 2023
1 parent 02a3652 commit afc1bf0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8

- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- uses: pnpm/action-setup@v2
with:
version: 8

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit afc1bf0

Please sign in to comment.