committed by
GitHub
parent
ffb9c5dfa2
commit
f801deaae5
5
.github/workflows/js-tests.yml
vendored
5
.github/workflows/js-tests.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-20.04 ]
|
||||
node-version: [ 12 ]
|
||||
node-version: [ 12, 14, 16 ]
|
||||
python-version: [ 3.8 ]
|
||||
|
||||
steps:
|
||||
@@ -28,6 +28,9 @@ jobs:
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Setup npm
|
||||
run: npm i -g npm@8.5.x
|
||||
|
||||
- name: Install Firefox 61.0
|
||||
run: |
|
||||
|
||||
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 ]
|
||||
|
||||
node-version: [ 12, 14, 16 ]
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
@@ -39,6 +39,9 @@ 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