Skip to content

Commit 53c061b

Browse files
committed
set node 12 as lowest node version
1 parent 004ad6a commit 53c061b

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

.github/workflows/high-depends.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: [ '10', '16']
17+
node-versions: [ '12', '16']
1818

1919
steps:
2020
- name: Checkout
@@ -30,11 +30,6 @@ jobs:
3030

3131
- name: Install Yarn Dependencies
3232
run: yarn install
33-
if: matrix.node-versions != 10
34-
35-
- name: Install Yarn Dependencies Ignore Engines (Node 10)
36-
run: yarn install --ignore-engines
37-
if: matrix.node-versions == 10
3833

3934
- name: Show Installed Versions
4035
run: yarn list --depth=0

.github/workflows/low-depends.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: [ '10', '16']
17+
node-versions: [ '12', '16']
1818

1919
steps:
2020
- name: Checkout
@@ -33,11 +33,6 @@ jobs:
3333

3434
- name: Install Yarn Dependencies
3535
run: yarn install
36-
if: matrix.node-versions != 10
37-
38-
- name: Install Yarn Dependencies Ignore Engines (Node 10)
39-
run: yarn install --ignore-engines
40-
if: matrix.node-versions == 10
4136

4237
- name: Show Installed Versions
4338
run: yarn list --depth=0

.github/workflows/stable-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: [ '10', '12', '14', '16']
17+
node-versions: [ '12', '14', '16']
1818

1919
steps:
2020
- name: Checkout
@@ -27,11 +27,6 @@ jobs:
2727

2828
- name: Install Yarn Dependencies
2929
run: yarn install
30-
if: matrix.node-versions != 10
31-
32-
- name: Install Yarn Dependencies Ignore Engines (Node 10)
33-
run: yarn install --ignore-engines
34-
if: matrix.node-versions == 10
3530

3631
- name: Show Installed Versions
3732
run: yarn list --depth=0

0 commit comments

Comments
 (0)