Skip to content

Commit

Permalink
chore: remove old ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1230 committed Apr 28, 2024
1 parent 83bc284 commit 1c88024
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/turbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1c88024

Please sign in to comment.