Skip to content

Commit 06db978

Browse files
committed
ci: specify proper paths to node and python version
1 parent 23a7701 commit 06db978

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/development.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
- uses: actions/setup-python@v6
1414
with:
15-
python-version-file: ".python-version"
15+
python-version-file: "./backend/.python-version"
1616

1717
- name: install uv
1818
uses: astral-sh/setup-uv@v6
@@ -35,8 +35,9 @@ jobs:
3535
- uses: actions/checkout@v5
3636
- uses: actions/setup-node@v6
3737
with:
38-
node-version-file: ".nvmrc"
38+
node-version-file: "./frontend/.nvmrc"
3939
cache: "yarn"
40+
cache-dependency-path: "./frontend/yarn.lock"
4041

4142
- name: install dependencies
4243
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)