mirror of
https://github.com/frappe/bench.git
synced 2025-01-22 22:58:31 +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
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- 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:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb;
|
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;
|
sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user