Skip to content

Commit

Permalink
fix: i forgot to install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
j1nxie committed Nov 28, 2024
1 parent 58e5fe7 commit 4249e8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
id: sha
run: echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false

- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 4249e8f

Please sign in to comment.