|
|
@ -10,12 +10,12 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Checkout repository |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
- name: Set up CPython 3.8 |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: '3.8' |
|
|
|
|
|
|
@ -25,8 +25,8 @@ jobs: |
|
|
|
python -m pip install --upgrade pip setuptools wheel black==22.6 requests |
|
|
|
pip install -U -r requirements.txt |
|
|
|
|
|
|
|
- name: Set up node.js |
|
|
|
uses: actions/setup-node@v2 |
|
|
|
- name: Set up Node.js |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
node-version: '16' |
|
|
|
|
|
|
|