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 0d255d6 commit e8c096a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
steps:
- name: Setup Node.js
uses: actions/setup-node@v2
- name: setup Python
uses: actions/setup-python@v2
- name: Run pnpm install
run: pnpm install with:
node-version: '14'
- name: Install pnpm
run: npm install -g pnpm
- name: Setup pnpm
run: pnpm setup

0 comments on commit e8c096a

Please sign in to comment.