Skip to content

Commit

Permalink
fix(ci): adds install node step
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jan 22, 2024
1 parent 54569a8 commit 2d502ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Setup Volta
uses: volta-cli/action@v4

- name: Install node
run: volta install node

- name: Install pnpm
run: volta install pnpm

Expand Down

0 comments on commit 2d502ba

Please sign in to comment.