File tree Expand file tree Collapse file tree 6 files changed +7
-11
lines changed
Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup Node
1919 uses : actions/setup-node@v3
2020 with :
21- node-version : ' 18.5 '
21+ node-version : 18
2222 cache : ' npm'
2323 - name : Install Packages
2424 run : npm ci
3838 - name : Setup Node
3939 uses : actions/setup-node@v3
4040 with :
41- node-version : ' 18.5 '
41+ node-version : 18
4242 cache : ' npm'
4343 - name : Install Packages
4444 run : npm ci
Original file line number Diff line number Diff line change 1616 - name : Setup Node
1717 uses : actions/setup-node@v3
1818 with :
19- node-version : ' 18.5 '
19+ node-version : 18
2020 - name : Install Packages
2121 run : npm ci
2222 shell : bash
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : gravity-ui/preview-build-action@v1
1212 with :
13- node-version : 18.5
13+ node-version : 18
Original file line number Diff line number Diff line change 1212 with :
1313 github-token : ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
1414 npm-token : ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
15- node-version : ' 18.5 '
15+ node-version : 18
Original file line number Diff line number Diff line change 1- 18.15
1+ 18.17.1
Original file line number Diff line number Diff line change @@ -38,11 +38,7 @@ const preview: Preview = {
3838 className : 'g-storybook-docs-decorator__canvas' ,
3939 } ,
4040 } ,
41- // FIXME: Disabled due to performance reasons. See https://github.com/storybookjs/storybook/issues/5551
42- // actions: {
43- // argTypesRegex: '^on.*',
44- // },
45- jsx : { showFunctions : true } , // To show functions in sources
41+ jsx : { showFunctions : false } , // Do not show functions in sources
4642 viewport : {
4743 viewports : MINIMAL_VIEWPORTS ,
4844 } ,
You can’t perform that action at this time.
0 commit comments