Skip to content

Commit

Permalink
Merge pull request #17 from design-sparx/ft/yarn
Browse files Browse the repository at this point in the history
replaced yarn with npm configs
  • Loading branch information
kelvink96 committed Dec 2, 2023
2 parents 4de07c2 + 75ec95d commit 7cda4e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Job steps
steps:
- uses: actions/checkout@v3
- run: yarn
- run: npm ci
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 18

- name: Install Dependencies
run: yarn install --immutable --immutable-cache --check-cache
run: npm install

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down

0 comments on commit 7cda4e3

Please sign in to comment.