Skip to content

Commit

Permalink
chore: move pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 18, 2024
1 parent 16c4d50 commit 235f2a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm

- uses: pnpm/action-setup@v3

- run: pnpm install --frozen-lockfile
- run: pnpm compile
- run: pnpm lint
Expand Down

0 comments on commit 235f2a0

Please sign in to comment.