feat: node16 upgrade (#30249)

This commit is contained in:
Mohammad Ahtasham ul Hassan
2022-04-18 16:32:53 +05:00
committed by GitHub
parent d8f282737c
commit f10ebf0752
8 changed files with 48435 additions and 10004 deletions

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
node-version: [ 12 ]
node-version: [ 12, 14, 16 ]
python-version: [ 3.8 ]
steps:
@@ -29,6 +29,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Setup npm
run: npm i -g npm@8.5.x
- name: Install Firefox 61.0
run: |
sudo apt-get purge firefox

View File

@@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-20.04 ]
python-version: [ 3.8 ]
node-version: [ 12 ]
node-version: [ 12, 14, 16 ]
steps:
@@ -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: |