Skip to content

Commit

Permalink
Removed pnpm references from GitHub Action main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
verheyenkoen committed Jul 3, 2023
1 parent 0695bcd commit 4e0c50c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "pnpm"
cache: "yarn"

- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run build
- run: yarn install --frozen-lockfile
- run: yarn run lint && yarn run build

0 comments on commit 4e0c50c

Please sign in to comment.