Skip to content

Commit

Permalink
using npm for actions
Browse files Browse the repository at this point in the history
mazwrld committed Apr 28, 2024
1 parent 906fd9c commit 16d1470
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -24,23 +24,14 @@ jobs:
with:
node-version: '20'

- name: Install pnpm
run: npm install -g pnpm

- uses: pnpm/action-setup@v3.0.0
name: Install pnpm packages
with:
version: 8
run_install: true

- name: Install dependencies
run: pnpm install
run: npm install

- name: Type check
run: pnpm typecheck
run: npm run typecheck

- name: Lint
run: pnpm lint
run: npm run lint

Deploy-Preview:
runs-on: ubuntu-latest

0 comments on commit 16d1470

Please sign in to comment.