Skip to content

Commit

Permalink
Merge pull request #37 from siemens/fix/yarn-version
Browse files Browse the repository at this point in the history
fix(build): use specific yarn version as required upstream
  • Loading branch information
max-wittig committed Sep 15, 2022
2 parents 5fe523e + 542c389 commit 8a62b75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.8"
- uses: psf/black@stable
with:
black_args: "--check ."
options: "--check ."
commitlint:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -58,9 +58,11 @@ jobs:
with:
python-version: "3.8"
- uses: abatilo/[email protected]
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Setup required upstream yarn version
run: yarn set version 1.22.5
- run: |
sudo apt-get update && sudo apt-get install -y libxmlsec1-dev libmaxminddb-dev
pip3 install -U wheel
Expand Down

0 comments on commit 8a62b75

Please sign in to comment.