File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Setup Node.js
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : ' 20.12.2 '
19+ node-version : ' 20.19.3 '
2020 cache : ' yarn'
2121
2222 - name : Install dependencies
3232 run : yarn build
3333
3434 - name : Build Storybook
35- run : yarn build-storybook
35+ run : yarn build-storybook
Original file line number Diff line number Diff line change 1414 - name : Setup Node.js
1515 uses : actions/setup-node@v4
1616 with :
17- node-version : ' 18 '
17+ node-version : ' 20.19.3 '
1818 cache : ' yarn'
1919
2020 - name : Install dependencies
3333 - name : Setup Node.js
3434 uses : actions/setup-node@v4
3535 with :
36- node-version : ' 18 '
36+ node-version : ' 20.19.3 '
3737 cache : ' yarn'
3838
3939 - name : Install dependencies
4747 with :
4848 branch : gh-pages
4949 folder : storybook-static
50- clean : true
50+ clean : true
Original file line number Diff line number Diff line change 1- 20.12.2
1+ 20.19.3
Original file line number Diff line number Diff line change 11{
22 "name" : " react-linear-gradient-picker" ,
3- "version" : " 4 .0.0" ,
3+ "version" : " 5 .0.0" ,
44 "description" : " React linear gradient picker" ,
55 "module" : " ./dist/index.mjs" ,
66 "main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments