Skip to content

Commit

Permalink
adjust order of pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
koshea committed Dec 4, 2024
1 parent bdfcc5e commit 24bcb93
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Install node v${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- uses: pnpm/action-setup@v4
with:
run_install: |
- args: [--frozen-lockfile, --reporter=silent]
- name: Install
run: pnpm install --frozen-lockfile --reporter=silent
- name: Lint
run: pnpm lint
- name: Build dist
Expand Down

0 comments on commit 24bcb93

Please sign in to comment.