File tree 3 files changed +24
-6
lines changed
3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 86
86
node-version : latest
87
87
cache : npm
88
88
89
- - name : Install dependencies (NPM${{ matrix.name == 'macOS' && '+PIP' || '' }})
90
- run : ${{ matrix.runner == 'macos-latest' && 'python -m pip install setuptools &&' || '' }} npm ci
89
+ - name : Lock Python version (macOS only)
90
+ if : ${{ matrix.runner == 'macos-latest' || matrix.runner == 'macos-14' }}
91
+ uses : actions/setup-python@v5
92
+ with :
93
+ python-version : ' 3.11'
94
+
95
+ - name : Install dependencies (NPM)
96
+ run : npm ci
91
97
92
98
- name : Update dependencies
93
99
if : ${{ matrix.build == 'latest' }}
Original file line number Diff line number Diff line change 36
36
node-version : latest
37
37
cache : npm
38
38
39
- - name : Install dependencies (NPM${{ matrix.name == 'macOS' && '+PIP' || '' }})
40
- run : ${{ matrix.runner == 'macos-latest' && 'python -m pip install setuptools &&' || '' }} npm ci
39
+ - name : Lock Python version (macOS only)
40
+ if : ${{ matrix.runner == 'macos-latest' || matrix.runner == 'macos-14' }}
41
+ uses : actions/setup-python@v5
42
+ with :
43
+ python-version : ' 3.11'
44
+
45
+ - name : Install dependencies (NPM)
46
+ run : npm ci
41
47
42
48
- name : TSC cache
43
49
uses : actions/cache@v3
Original file line number Diff line number Diff line change 36
36
node-version : latest
37
37
cache : npm
38
38
39
- - name : Install dependencies (NPM${{ matrix.name == 'macOS' && '+PIP' || '' }})
40
- run : ${{ matrix.runner == 'macos-latest' && 'python -m pip install setuptools &&' || '' }} npm ci
39
+ - name : Lock Python version (macOS only)
40
+ if : ${{ matrix.runner == 'macos-latest' || matrix.runner == 'macos-14' }}
41
+ uses : actions/setup-python@v5
42
+ with :
43
+ python-version : ' 3.11'
44
+
45
+ - name : Install dependencies (NPM)
46
+ run : npm ci
41
47
42
48
- name : TSC cache
43
49
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments