From 0eac794f1cddf710dcab35bdc031f3b99d63fc71 Mon Sep 17 00:00:00 2001 From: Pontus Abrahamsson Date: Sun, 12 Nov 2023 17:44:33 +0100 Subject: [PATCH] Cache --- .github/workflows/preview-dashboard.yaml | 3 +-- .github/workflows/preview-website.yml | 3 +-- .github/workflows/production-dashboard.yml | 3 +-- .github/workflows/production-website.yml | 3 +-- apps/dashboard/README.md | 1 - 5 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/preview-dashboard.yaml b/.github/workflows/preview-dashboard.yaml index 04075b59a9..6243c5fd20 100644 --- a/.github/workflows/preview-dashboard.yaml +++ b/.github/workflows/preview-dashboard.yaml @@ -21,9 +21,8 @@ jobs: - name: Generate slug uses: rlespinasse/github-slug-action@v4 - uses: oven-sh/setup-bun@v1 - - uses: actions/setup-node@v3 - name: Install Vercel CLI - run: bun install --global vercel@latest + run: bun i --global vercel@latest - name: 📤 Pull Vercel Environment Information run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} - name: 🏗 Build Project Artifacts diff --git a/.github/workflows/preview-website.yml b/.github/workflows/preview-website.yml index 424dd96616..22f275c44d 100644 --- a/.github/workflows/preview-website.yml +++ b/.github/workflows/preview-website.yml @@ -21,9 +21,8 @@ jobs: - name: Generate slug uses: rlespinasse/github-slug-action@v4 - uses: oven-sh/setup-bun@v1 - - uses: actions/setup-node@v3 - name: Install Vercel CLI - run: bun install --global vercel@latest + run: bun i --global vercel@latest - name: 📤 Pull Vercel Environment Information run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} - name: 🏗 Build Project Artifacts diff --git a/.github/workflows/production-dashboard.yml b/.github/workflows/production-dashboard.yml index bc08aa6ba6..82c697662d 100644 --- a/.github/workflows/production-dashboard.yml +++ b/.github/workflows/production-dashboard.yml @@ -19,9 +19,8 @@ jobs: with: fetch-depth: 2 - uses: oven-sh/setup-bun@v1 - - uses: actions/setup-node@v3 - name: Install Vercel CLI - run: npm install --global vercel@latest + run: bun i --global vercel@latest - name: 📤 Pull Vercel Environment Information run: vercel env pull .env --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} - name: Build diff --git a/.github/workflows/production-website.yml b/.github/workflows/production-website.yml index d308fa1e88..c5c4e613d5 100644 --- a/.github/workflows/production-website.yml +++ b/.github/workflows/production-website.yml @@ -19,9 +19,8 @@ jobs: with: fetch-depth: 2 - uses: oven-sh/setup-bun@v1 - - uses: actions/setup-node@v3 - name: Install Vercel CLI - run: npm install --global vercel@latest + run: bun i --global vercel@latest - name: 📤 Pull Vercel Environment Information run: vercel env pull .env --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} - name: Build diff --git a/apps/dashboard/README.md b/apps/dashboard/README.md index 1a9cc2b7fb..e69de29bb2 100644 --- a/apps/dashboard/README.md +++ b/apps/dashboard/README.md @@ -1 +0,0 @@ -p