File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 # Set up Node
2424 - uses : actions/setup-node@v4
2525 with :
26- node-version : ' ^18.0.0'
26+ node-version : ' 20'
27+
28+ # Enable Corepack for Yarn 4
29+ - name : Enable Corepack
30+ run : corepack enable
2731
2832 # 👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
2933 - uses : bitovi/github-actions-storybook-to-github-pages@v1.0.3
Original file line number Diff line number Diff line change 11{
22 "name" : " commit-graph" ,
3- "version" : " 2.3.12 " ,
3+ "version" : " 2.4.0 " ,
44 "homepage" : " https://liuliu-dev.github.io/CommitGraph/" ,
55 "author" : " Liu Liu <liuliu.developer@gmail.com>" ,
66 "description" : " A React component to visualize a commit graph." ,
100100 "resolutions" : {
101101 "serialize-javascript" : " ^7.0.3"
102102 },
103+ "files" : [
104+ " dist" ,
105+ " index.d.ts" ,
106+ " README.md" ,
107+ " LICENSE" ,
108+ " CHANGELOG.md"
109+ ],
103110 "main" : " dist/cjs/index.js" ,
104111 "module" : " dist/esm/index.js" ,
105112 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments