Revert "feat: node16 upgrade (#30158)" (#30228)

This reverts commit 5ee25c65ea.
This commit is contained in:
Mohammad Ahtasham ul Hassan
2022-04-12 17:18:30 +05:00
committed by GitHub
parent 5ee25c65ea
commit a443542260
7 changed files with 9994 additions and 47003 deletions

View File

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