We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12272db commit 3710f87Copy full SHA for 3710f87
.github/workflows/pullrequest.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: "18" # You can specify the Node.js version you need
20
21
- name: Checkout frontend
22
- - run: cd frontend
+ run: cd frontend
23
24
- name: Install dependencies
25
run: npm install
0 commit comments