Skip to content

Commit

Permalink
Umm why dis no work
Browse files Browse the repository at this point in the history
  • Loading branch information
slashexx committed Nov 2, 2024
1 parent 2463b27 commit 195443b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Going into frontend
run: cd frontend


- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '20.15.1'

- name: Going into frontend
run: cd frontend


- name : Install dependencies
run: npm install
Expand Down

0 comments on commit 195443b

Please sign in to comment.