From 69ee094270dab22eb1a87ea2fc45a327d002c654 Mon Sep 17 00:00:00 2001 From: keating Date: Wed, 31 Jan 2024 11:33:19 -0500 Subject: [PATCH] Make sure typescript is available --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c954bdf..335ea42b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,6 +50,7 @@ jobs: path: | frontend/dist/spa fleek.config.ts + package.json tests: runs-on: ubuntu-latest steps: @@ -171,6 +172,9 @@ jobs: uses: actions/download-artifact@v4 with: name: frontend + - uses: volta-cli/action@v4 + with: + cache: false - name: Look at directory run: ls -la - name: Install Fleek CLI