Skip to content

Commit

Permalink
fix: error on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dokuqui committed Feb 17, 2024
1 parent 0ae8032 commit ff73f28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
needs: test

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Dependencies
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ff73f28

Please sign in to comment.