File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -24,26 +24,18 @@ jobs:
24
24
uses : actions/setup-node@v4
25
25
with :
26
26
node-version : ${{ matrix.node }}
27
-
28
- - name : Install Python dependencies
29
- if : matrix.os == 'macos-latest'
30
- run : python -m pip install setuptools
31
-
32
- - name : Install latest node-gyp
33
- if : matrix.os == 'macos-latest'
34
- run : npm i -g node-gyp
35
27
36
28
- name : Install dependencies
37
29
if : |
38
- !(matrix.node == 22 && matrix.os == 'windows -latest')
30
+ !(matrix.node == 16 && matrix.os == 'macos -latest')
39
31
run : npm install
40
32
41
33
- name : Build
42
34
if : |
43
- !(matrix.node == 22 && matrix.os == 'windows -latest')
35
+ !(matrix.node == 16 && matrix.os == 'macos -latest')
44
36
run : npm run build
45
37
46
38
- name : Run tests
47
39
if : |
48
- !(matrix.node == 22 && matrix.os == 'windows -latest')
40
+ !(matrix.node == 16 && matrix.os == 'macos -latest')
49
41
run : npm test
You can’t perform that action at this time.
0 commit comments