Skip to content

Commit 5e04ffa

Browse files
authored
Merge pull request #1795 from ianhattendorf/refactor/context-awareness
Refactor for context-awareness
2 parents 02c2147 + 08db6fc commit 5e04ffa

62 files changed

Lines changed: 2563 additions & 1570 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: "*nix Tests"
1515
strategy:
1616
matrix:
17-
node: [10, 12, 14]
17+
node: [12, 14]
1818
os: [ubuntu-16.04, macOS-10.15]
1919
runs-on: ${{ matrix.os }}
2020
steps:
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/setup-node@master
3636
with:
3737
node-version: ${{ matrix.node }}
38+
check-latest: true
3839

3940
- name: Install Dependencies for Ubuntu
4041
if: startsWith(matrix.os, 'ubuntu')
@@ -72,7 +73,7 @@ jobs:
7273
name: Windows Tests
7374
strategy:
7475
matrix:
75-
node: [10, 12, 14]
76+
node: [12, 14]
7677
arch: [x86, x64]
7778
runs-on: windows-2016
7879
steps:
@@ -90,6 +91,7 @@ jobs:
9091
uses: implausible/setup-node@feature/expose-architecture-override
9192
with:
9293
node-version: ${{ matrix.node }}
94+
check-latest: true
9395
node-arch: ${{ matrix.arch }}
9496

9597
- name: Install

0 commit comments

Comments
 (0)