Skip to content

Commit f0cdf77

Browse files
dummdidummbenmccann
andcommitted
chore: remove node<14 tests (#8482)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 parent 54bb1f4 commit f0cdf77

File tree

3 files changed

+1188
-284
lines changed

3 files changed

+1188
-284
lines changed

.github/workflows/ci.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
timeout-minutes: 15
4747
strategy:
4848
matrix:
49-
node-version: [8, 10, 12, 14, 16, 18]
49+
node-version: [14, 16, 18]
5050
os: [ubuntu-latest, windows-latest, macOS-latest]
5151
steps:
5252
- uses: actions/checkout@v3
@@ -59,16 +59,6 @@ jobs:
5959
id: download-artifact
6060
with:
6161
name: build-assets
62-
- name: Get Node version ${{ runner.os }}
63-
run: echo "NODE_VERSION=`node --version`" >> $GITHUB_ENV
64-
if: runner.os != 'Windows'
65-
- name: Get Node version ${{ runner.os }}
66-
run: |
67-
chcp 65001
68-
echo ("NODE_VERSION=$(node --version)") >> $env:GITHUB_ENV
69-
if: runner.os == 'Windows'
70-
- run: npm install --save-dev puppeteer@13
71-
if: ${{ runner.os == 'Linux' && (!startsWith(env.NODE_VERSION, 'v8.') && !startsWith(env.NODE_VERSION, 'v10.')) }}
7262
- run: npm install
7363
env:
7464
SKIP_PREPARE: true

0 commit comments

Comments
 (0)