We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e522dcc commit 69128edCopy full SHA for 69128ed
.github/workflows/node-4+.yml
@@ -22,11 +22,14 @@ jobs:
22
latest:
23
needs: [matrix]
24
name: 'majors'
25
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
26
27
strategy:
28
fail-fast: false
29
matrix:
30
+ os:
31
+ - ubuntu-latest
32
+ - macos-latest
33
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
34
eslint:
35
- 8
@@ -38,16 +41,19 @@ jobs:
38
41
- 2
39
42
include:
40
43
- node-version: 'lts/*'
44
+ os: ubuntu-latest
45
eslint: 7
46
ts-parser: 4
47
env:
48
TS_PARSER: 4
49
50
51
52
ts-parser: 3
53
54
TS_PARSER: 3
55
56
57
58
ts-parser: 2
59
.github/workflows/node-tests-only.yml
0 commit comments