Skip to content

Commit 33cb2f5

Browse files
committed
ci: update job
1 parent f1d97c8 commit 33cb2f5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ env:
1313
TURBO_TELEMETRY_DISABLED: 1
1414

1515
jobs:
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
@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)