1313 linuxNode14 :
1414 name : ' [Linux] Node.js v14: Lint, Eventual Commitlint, Eventual Changelog, Formatting & Unit tests'
1515 runs-on : ubuntu-latest
16- strategy :
17- matrix :
18- python-version : [2.7, 3.7]
1916 steps :
2017 - name : Checkout repository
2118 uses : actions/checkout@v2
@@ -43,10 +40,10 @@ jobs:
4340 npm-v14-${{ runner.os }}-${{ github.ref }}-
4441 npm-v14-${{ runner.os }}-refs/heads/master-
4542
46- - name : Set up Python ${{ matrix.python-version }}
43+ - name : Set up Python 3.7
4744 uses : actions/setup-python@v2
4845 with :
49- python-version : ${{ matrix.python-version }}
46+ python-version : 3.7
5047
5148 - name : Install Node.js and npm
5249 uses : actions/setup-node@v1
9188 windowsNode14 :
9289 name : ' [Windows] Node.js v14: Unit tests'
9390 runs-on : windows-latest
94- strategy :
95- matrix :
96- python-version : [2.7, 3.7]
9791 steps :
9892 - name : Checkout repository
9993 uses : actions/checkout@v2
@@ -110,10 +104,10 @@ jobs:
110104 npm-v14-${{ runner.os }}-${{ github.ref }}-
111105 npm-v14-${{ runner.os }}-refs/heads/master-
112106
113- - name : Set up Python ${{ matrix.python-version }}
107+ - name : Set up Python 3.7
114108 uses : actions/setup-python@v2
115109 with :
116- python-version : ${{ matrix.python-version }}
110+ python-version : 3.7
117111
118112 - name : Install Node.js and npm
119113 uses : actions/setup-node@v1
@@ -144,9 +138,6 @@ jobs:
144138 linuxNode12 :
145139 name : ' [Linux] Node.js v12: Unit tests'
146140 runs-on : ubuntu-latest
147- strategy :
148- matrix :
149- python-version : [2.7, 3.7]
150141 steps :
151142 - name : Checkout repository
152143 uses : actions/checkout@v2
@@ -163,10 +154,10 @@ jobs:
163154 npm-v12-${{ runner.os }}-${{ github.ref }}-
164155 npm-v12-${{ runner.os }}-refs/heads/master-
165156
166- - name : Set up Python ${{ matrix.python-version }}
157+ - name : Set up Python 3.7
167158 uses : actions/setup-python@v2
168159 with :
169- python-version : ${{ matrix.python-version }}
160+ python-version : 3.7
170161
171162 - name : Install Node.js and npm
172163 uses : actions/setup-node@v1
0 commit comments