We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a7701 commit 06db978Copy full SHA for 06db978
1 file changed
.github/workflows/development.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v5
13
- uses: actions/setup-python@v6
14
with:
15
- python-version-file: ".python-version"
+ python-version-file: "./backend/.python-version"
16
17
- name: install uv
18
uses: astral-sh/setup-uv@v6
@@ -35,8 +35,9 @@ jobs:
35
36
- uses: actions/setup-node@v6
37
38
- node-version-file: ".nvmrc"
+ node-version-file: "./frontend/.nvmrc"
39
cache: "yarn"
40
+ cache-dependency-path: "./frontend/yarn.lock"
41
42
- name: install dependencies
43
run: yarn install --frozen-lockfile
0 commit comments