File tree Expand file tree Collapse file tree 3 files changed +1393
-747
lines changed Expand file tree Collapse file tree 3 files changed +1393
-747
lines changed Original file line number Diff line number Diff line change @@ -29,27 +29,27 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333 - name : Install pnpm
34- uses : pnpm/action-setup@v2
34+ uses : pnpm/action-setup@v4
3535 with :
36- version : 7
36+ version : 9
3737 - name : Set up Node
38- uses : actions/setup-node@v3
38+ uses : actions/setup-node@v4
3939 with :
40- node-version : 18
40+ node-version : 20
4141 cache : ' pnpm'
4242 - name : Install dependencies
4343 run : pnpm install
4444 - name : Build
4545 run : pnpm run build
4646 - name : Setup Pages
47- uses : actions/configure-pages@v3
47+ uses : actions/configure-pages@v4
4848 - name : Upload artifact
49- uses : actions/upload-pages-artifact@v1
49+ uses : actions/upload-pages-artifact@v3
5050 with :
5151 # Upload docs dist directory
5252 path : ' ./dist'
5353 - name : Deploy to GitHub Pages
5454 id : deployment
55- uses : actions/deploy-pages@v2
55+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 77 "preinstall" : " npx only-allow pnpm"
88 },
99 "devDependencies" : {
10- "rimraf" : " ^5 .0.1" ,
11- "vitepress" : " 1.0.0-rc.20 "
10+ "rimraf" : " ^6 .0.1" ,
11+ "vitepress" : " ^1.3.4 "
1212 }
1313}
You can’t perform that action at this time.
0 commit comments