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 a2d274a commit ec69a1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- name: Use Node.js 14
run: setup-node/setup-node@v2
- name: Run pnpm install
run: pnpm install
run: npm install -g pnpm
- name: Run pnpm install
run: pnpm install
node-version: '14'
node-version: '14'
- name: Install pnpm
run: npm install -g pnpm
Expand Down

0 comments on commit ec69a1f

Please sign in to comment.