File tree Expand file tree Collapse file tree 3 files changed +502
-2360
lines changed Expand file tree Collapse file tree 3 files changed +502
-2360
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 version : 8
4242 run_install : false
43- - name : Get pnpm store directory
44- shell : bash
45- run : |
46- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
47- - name : Setup pnpm cache
48- uses : actions/cache@v3
49- with :
50- path : ${{ env.STORE_PATH }}
51- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
52- restore-keys : |
53- ${{ runner.os }}-pnpm-store-
5443 - name : Install dependencies
55- run : pnpm install
44+ run : pnpm install --no-frozen-lockfile
5645 - name : Build
5746 run : pnpm run build
5847 - name : Setup Pages
Original file line number Diff line number Diff line change 2222 "@giscus/react" : " ^2.3.0" ,
2323 "@mdx-js/react" : " ^3.0.0" ,
2424 "clsx" : " ^1.2.1" ,
25- "prism-react-renderer" : " ^2.1 .0" ,
26- "react" : " ^18.0 .0" ,
27- "react-dom" : " ^18.0 .0"
25+ "prism-react-renderer" : " ^2.3 .0" ,
26+ "react" : " ^18.2 .0" ,
27+ "react-dom" : " ^18.2 .0"
2828 },
2929 "devDependencies" : {
3030 "@docusaurus/module-type-aliases" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments