From 1c880243bfb6ee88a11f3bfbd443a17d45197eaf Mon Sep 17 00:00:00 2001 From: Justin Date: Sun, 28 Apr 2024 12:08:52 -0400 Subject: [PATCH] chore: remove old ci actions --- .github/workflows/turbo.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/turbo.yml b/.github/workflows/turbo.yml index 66a5012..a392103 100644 --- a/.github/workflows/turbo.yml +++ b/.github/workflows/turbo.yml @@ -17,21 +17,6 @@ jobs: with: fetch-depth: 2 - - name: Setup Node.js environment - uses: actions/setup-node@v4 - with: - node-version: 21 - cache: "yarn" - - - name: Install dependencies - run: yarn - - - name: Build - run: yarn build - - - name: Test - run: yarn test - - name: Set up QEMU uses: docker/setup-qemu-action@v3