Skip to content

Commit

Permalink
Initial changes for Storybook v8
Browse files Browse the repository at this point in the history
  • Loading branch information
rishigupta1599 committed May 3, 2024
1 parent 5458130 commit 3e39d27
Show file tree
Hide file tree
Showing 13 changed files with 32,626 additions and 7,319 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-storybook-v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [18]
runs-on: ${{ matrix.os }}
steps:
- uses: actions-ecosystem/action-regex-match@9e6c4fb3d5e898f505be7a1fb6e7b0a278f6665b
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-storybook-v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [18]
runs-on: ${{ matrix.os }}
steps:
- uses: actions-ecosystem/action-regex-match@9e6c4fb3d5e898f505be7a1fb6e7b0a278f6665b
Expand Down
5 changes: 3 additions & 2 deletions babel.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ module.exports = {
['@babel/env', {
modules: false,
targets: {
node: '14'
node: '18'
}
}]
}],
'@babel/preset-react'
],
env: {
test: {
Expand Down
Loading

0 comments on commit 3e39d27

Please sign in to comment.