Skip to content

Commit

Permalink
Move setup node above pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex committed Aug 3, 2024
1 parent 774dfb1 commit 1ff1afa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- uses: pnpm/action-setup@v4
with:
run_install: true
- uses: github/codeql-action/init@v3
with:
languages: javascript
- uses: github/codeql-action/analyze@v3
- run: pnpm install
- run: pnpm run lint
- run: pnpm run check-format

0 comments on commit 1ff1afa

Please sign in to comment.