Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
going as per the docs
  • Loading branch information
xyloflake authored Apr 27, 2024
1 parent 02071b4 commit ba82a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'pnpm'

- name: Set up dependencies
run: pnpm install --ignore-scripts
run: pnpm install

- name: Lint
run: pnpm lint
Expand Down

0 comments on commit ba82a88

Please sign in to comment.