Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Arrowood committed Dec 2, 2024
1 parent ba18a38 commit 0903bca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: latest

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0903bca

Please sign in to comment.