File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 TURBO_TELEMETRY_DISABLED : 1
1414
1515jobs :
16- cache -and-install :
16+ build -and-deploy :
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121
22- - name : Setup turborepo cache
23- uses : dtinth/setup-github-actions- caching-for-turbo@v1
22+ - name : Caching for Turborepo
23+ uses : rharkor/ caching-for-turbo@v2
2424
2525 - name : Install pnpm
2626 uses : pnpm/action-setup@v4
2727
2828 - name : Install Node.js
29- uses : actions/setup-node@v4
29+ uses : actions/setup-node@v6
3030 with :
31- node-version : 20
31+ node-version : 22
3232 cache : pnpm
3333
3434 - name : Install dependencies
4545 cp -r apps/vue/dist/* dist
4646
4747 - name : Deploy to GitHub Pages
48- uses : JamesIves/github-pages-deploy-action@v4.7.2
48+ uses : JamesIves/github-pages-deploy-action@v4
4949 with :
5050 branch : gh-pages
5151 folder : dist
You can’t perform that action at this time.
0 commit comments