Skip to content

Commit

Permalink
try using corepack enable instead of manually installing pnpm (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Misha Kaletsky <mmkal@users.noreply.github.com>
  • Loading branch information
mmkal and mmkal authored Nov 6, 2023
1 parent 021017e commit 1c51054
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
push: {}

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install --global pnpm@8.10.2
- run: corepack enable
- run: pnpm install
- run: pnpm run build
- run: pnpm run lint
Expand Down

0 comments on commit 1c51054

Please # to comment.