mirror of
https://github.com/frappe/bench.git
synced 2025-01-06 23:44:03 +00:00
ci: fix test versions (#1474)
This commit is contained in:
parent
036cb6291e
commit
77ebdbe6f9
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -114,9 +114,17 @@ jobs:
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
if: ${{ matrix.python-version == '3.10' }}
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
if: ${{ matrix.python-version == '3.7' }}
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- run: |
|
||||
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb;
|
||||
sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb;
|
||||
|
Loading…
Reference in New Issue
Block a user