Skip to content

Commit

Permalink
Fix unit test action
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Dec 16, 2024
1 parent f580090 commit 08f42aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install unzip
run: sudo apt-get install -y unzip

Expand Down

0 comments on commit 08f42aa

Please sign in to comment.