chore: remove node<14 tests (#8482)

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/8515/head
Simon H 2 years ago committed by Simon Holthausen
parent 54bb1f42ee
commit f0cdf77e15

@ -46,7 +46,7 @@ jobs:
timeout-minutes: 15 timeout-minutes: 15
strategy: strategy:
matrix: matrix:
node-version: [8, 10, 12, 14, 16, 18] node-version: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -59,16 +59,6 @@ jobs:
id: download-artifact id: download-artifact
with: with:
name: build-assets name: build-assets
- name: Get Node version ${{ runner.os }}
run: echo "NODE_VERSION=`node --version`" >> $GITHUB_ENV
if: runner.os != 'Windows'
- name: Get Node version ${{ runner.os }}
run: |
chcp 65001
echo ("NODE_VERSION=$(node --version)") >> $env:GITHUB_ENV
if: runner.os == 'Windows'
- run: npm install --save-dev puppeteer@13
if: ${{ runner.os == 'Linux' && (!startsWith(env.NODE_VERSION, 'v8.') && !startsWith(env.NODE_VERSION, 'v10.')) }}
- run: npm install - run: npm install
env: env:
SKIP_PREPARE: true SKIP_PREPARE: true

1458
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -151,7 +151,7 @@
"magic-string": "^0.30.0", "magic-string": "^0.30.0",
"mocha": "^7.0.0", "mocha": "^7.0.0",
"periscopic": "^3.1.0", "periscopic": "^3.1.0",
"puppeteer": "^2.0.0", "puppeteer": "^19.8.5",
"rollup": "^1.27.14", "rollup": "^1.27.14",
"source-map": "^0.7.4", "source-map": "^0.7.4",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",

Loading…
Cancel
Save