File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ jobs:
2525 with :
2626 node-version : ' 16.X'
2727
28- - name : Setup pnpm
28+ # - name: Setup pnpm
2929 # You may pin to the exact commit or the version.
3030 # uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598
31- uses : pnpm/action-setup@v2.4.0
32- with :
31+ # uses: pnpm/action-setup@v2.4.0
32+ # with:
3333 # Version of pnpm to install
34- version : ' 7 .X'
34+ # version: '8 .X'
3535
3636 - name : install deps
37- run : pnpm i
37+ run : npm i
3838 - name : build app
39- run : pnpm run build
39+ run : npm run build
4040
4141 - name : Deploy to the server.
4242 uses : cross-the-world/scp-pipeline@master
Original file line number Diff line number Diff line change 11{
22 "name" : " avatar" ,
33 "private" : true ,
4- "version" : " 0 .0.3 " ,
4+ "version" : " 1 .0.0 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments