Skip to content

Commit

Permalink
fix: adding needed steps for setup in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
canadianpython13 committed Nov 26, 2024
1 parent 639ec65 commit 2bf7d14
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- uses: ./.github/actions/setup
with:
node-version: 18.x

- name: Build Victory
run: pnpm run build:lib:esm

- name: Setup pnpm
uses: pnpm/action-setup@v4

Expand Down Expand Up @@ -59,9 +62,13 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- uses: ./.github/actions/setup
with:
node-version: 18.x

- name: Build Victory
run: pnpm run build:lib:esm

- name: Setup pnpm
uses: pnpm/action-setup@v4

Expand Down

0 comments on commit 2bf7d14

Please sign in to comment.