This reverts commit f4c3c3fb4d.
This commit is contained in:
committed by
GitHub
parent
bb4136c758
commit
fee54bf424
7
.github/workflows/quality-checks.yml
vendored
7
.github/workflows/quality-checks.yml
vendored
@@ -15,8 +15,8 @@ jobs:
|
||||
matrix:
|
||||
os: [ ubuntu-20.04 ]
|
||||
python-version: [ 3.8 ]
|
||||
node-version: [ 12, 14, 16 ]
|
||||
|
||||
node-version: [ 12 ]
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
@@ -39,9 +39,6 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Setup npm
|
||||
run: npm i -g npm@8.5.x
|
||||
|
||||
- name: Get pip cache dir
|
||||
id: pip-cache-dir
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user