Skip to content

Commit

Permalink
Merge pull request #343 from storybookjs/yann/remove-csf-upgrade-in-n…
Browse files Browse the repository at this point in the history
…ightly-check

Maintenance: Remove csf upgrade in nightly check
  • Loading branch information
yannbf committed Aug 17, 2023
2 parents 5cce841 + a36fdb4 commit 01f49f5
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 354 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
run: |
npx storybook@next upgrade --prerelease --yes
# TODO: This should not be necessary once @storybook/csf is properly updated
- name: Fix local @storybook/csf version
run: |
yarn add @storybook/csf@0.0.2--canary.4566f4d.1
- name: Run test runner
uses: mathiasvr/command-output@v1
id: tests
Expand Down Expand Up @@ -119,11 +115,6 @@ jobs:
run: |
npx storybook@next upgrade --prerelease --yes
# TODO: This should not be necessary once @storybook/csf is properly updated
- name: Fix local @storybook/csf version
run: |
yarn add @storybook/csf@0.0.2--canary.4566f4d.1
- name: Run test runner and expect failure
uses: mathiasvr/command-output@v1
with:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"@babel/preset-typescript": "^7.18.6",
"@jest/types": "^28.1.3",
"@storybook/addon-coverage": "^0.0.7",
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-interactions": "^7.2.0",
"@storybook/addon-essentials": "^7.3.0",
"@storybook/addon-interactions": "^7.3.0",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.2.0",
"@storybook/react-vite": "^7.2.0",
"@storybook/react": "^7.3.0",
"@storybook/react-vite": "^7.3.0",
"@storybook/testing-library": "^0.2.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.4.1",
Expand All @@ -77,7 +77,7 @@
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"storybook": "^7.2.0",
"storybook": "^7.3.0",
"ts-jest": "^28.0.8",
"tsup": "^6.5.0",
"typescript": "~4.9.4",
Expand Down
Loading

0 comments on commit 01f49f5

Please sign in to comment.