Skip to content

Commit 3710f87

Browse files
committed
fix workflow
1 parent 12272db commit 3710f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: "18" # You can specify the Node.js version you need
2020

2121
- name: Checkout frontend
22-
- run: cd frontend
22+
run: cd frontend
2323

2424
- name: Install dependencies
2525
run: npm install

0 commit comments

Comments
 (0)