Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #259 from smartive-education/feature/yarn
Browse files Browse the repository at this point in the history
fix: yarn
  • Loading branch information
tomschall authored Mar 30, 2023
2 parents acd8854 + df81787 commit 59d1daa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 16.19.1
- name: Setup yarn
- run: yarn set version berry
- uses: actions/setup-node@v3
with:
node-version: 16.19.1
cache: yarn
- run: yarn install
- run: yarn build-storybook
Expand Down
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.0.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"license": "MIT",
"dependencies": {
"npm": "^9.2.0"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 59d1daa

Please sign in to comment.