Skip to content

Commit 4cdb245

Browse files
committed
gitflow add uses python 3.9
1 parent 1e67a9e commit 4cdb245

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ jobs:
1010
with:
1111
node-version: 20
1212

13-
- name: Install server
14-
run: yarn --cwd server install
13+
- uses: actions/setup-python@v5
14+
with:
15+
python-version: 3.9
1516

1617
- name: Install client
1718
run: yarn --cwd client install
1819

19-
- name: Lint server source
20-
run: yarn --cwd server lint
21-
2220
- name: Lint client source
2321
run: yarn --cwd client lint
22+
23+
- name: Install server
24+
run: yarn --cwd server install
25+
26+
- name: Lint server source
27+
run: yarn --cwd server lint

0 commit comments

Comments
 (0)