Skip to content

Commit

Permalink
fix: Use NPM for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rexmagnusdavid committed Feb 21, 2024
1 parent 049d4cd commit 11fab25
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm test
- run: pnpm run lint

- name: Install npm
uses: bahmutov/[email protected]

- name: Install dependencies
run: npm i

- name: Lint
run: npm run lint

0 comments on commit 11fab25

Please sign in to comment.