13
13
linuxNode14 :
14
14
name : ' [Linux] Node.js v14: Lint, Eventual Commitlint, Eventual Changelog, Formatting & Unit tests'
15
15
runs-on : ubuntu-latest
16
- strategy :
17
- matrix :
18
- python-version : [2.7, 3.7]
19
16
steps :
20
17
- name : Checkout repository
21
18
uses : actions/checkout@v2
@@ -43,10 +40,10 @@ jobs:
43
40
npm-v14-${{ runner.os }}-${{ github.ref }}-
44
41
npm-v14-${{ runner.os }}-refs/heads/master-
45
42
46
- - name : Set up Python ${{ matrix.python-version }}
43
+ - name : Set up Python 3.7
47
44
uses : actions/setup-python@v2
48
45
with :
49
- python-version : ${{ matrix.python-version }}
46
+ python-version : 3.7
50
47
51
48
- name : Install Node.js and npm
52
49
uses : actions/setup-node@v1
91
88
windowsNode14 :
92
89
name : ' [Windows] Node.js v14: Unit tests'
93
90
runs-on : windows-latest
94
- strategy :
95
- matrix :
96
- python-version : [2.7, 3.7]
97
91
steps :
98
92
- name : Checkout repository
99
93
uses : actions/checkout@v2
@@ -110,10 +104,10 @@ jobs:
110
104
npm-v14-${{ runner.os }}-${{ github.ref }}-
111
105
npm-v14-${{ runner.os }}-refs/heads/master-
112
106
113
- - name : Set up Python ${{ matrix.python-version }}
107
+ - name : Set up Python 3.7
114
108
uses : actions/setup-python@v2
115
109
with :
116
- python-version : ${{ matrix.python-version }}
110
+ python-version : 3.7
117
111
118
112
- name : Install Node.js and npm
119
113
uses : actions/setup-node@v1
@@ -144,9 +138,6 @@ jobs:
144
138
linuxNode12 :
145
139
name : ' [Linux] Node.js v12: Unit tests'
146
140
runs-on : ubuntu-latest
147
- strategy :
148
- matrix :
149
- python-version : [2.7, 3.7]
150
141
steps :
151
142
- name : Checkout repository
152
143
uses : actions/checkout@v2
@@ -163,10 +154,10 @@ jobs:
163
154
npm-v12-${{ runner.os }}-${{ github.ref }}-
164
155
npm-v12-${{ runner.os }}-refs/heads/master-
165
156
166
- - name : Set up Python ${{ matrix.python-version }}
157
+ - name : Set up Python 3.7
167
158
uses : actions/setup-python@v2
168
159
with :
169
- python-version : ${{ matrix.python-version }}
160
+ python-version : 3.7
170
161
171
162
- name : Install Node.js and npm
172
163
uses : actions/setup-node@v1
0 commit comments