Skip to content

Commit

Permalink
feat: Updated .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 11, 2024
1 parent 233d7dd commit 51e7825
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install npm
run: npm install -g pnpm
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install pnpm
run: npm install -g pnpm
- name: Install pnpm
run: pnpm install

0 comments on commit 51e7825

Please sign in to comment.