Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Ziegler <aziegler@kineticcommerce.com>
  • Loading branch information
halostatue committed Jul 21, 2023
1 parent 239e258 commit b8d893b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3.7.0
with:
node-version: 16.x
cache: pnpm

- uses: pnpm/action-setup@v2
with:
version: 8
run_install: false

- uses: actions/setup-node@v3.7.0
with:
node-version: 16.x
cache: pnpm

- run: pnpm install --frozen-lockfile

- run: |
Expand Down

0 comments on commit b8d893b

Please sign in to comment.