File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 13
13
matrix :
14
14
arch :
15
15
- x64
16
- - x86
17
16
node :
18
17
- 10
19
18
- 12
@@ -22,25 +21,37 @@ jobs:
22
21
- 18
23
22
- 20
24
23
- 22
24
+ - 23
25
25
os :
26
26
- macOS-latest
27
27
- ubuntu-latest
28
28
- windows-latest
29
- exclude :
29
+ include :
30
30
- arch : x86
31
- os : macOS-latest
31
+ node : 10
32
+ os : windows-latest
33
+ - arch : x86
34
+ node : 12
35
+ os : windows-latest
36
+ - arch : x86
37
+ node : 14
38
+ os : windows-latest
39
+ - arch : x86
40
+ node : 16
41
+ os : windows-latest
32
42
- arch : x86
33
- os : ubuntu-latest
43
+ node : 20
44
+ os : windows-latest
34
45
- arch : x86
35
- node : 18
46
+ node : 22
36
47
os : windows-latest
37
48
steps :
38
49
- uses : actions/checkout@v4
39
50
- uses : actions/setup-node@v4
40
51
with :
41
52
node-version : ${{ matrix.node }}
42
53
architecture : ${{ matrix.arch }}
43
- cache : ' npm'
54
+ cache : npm
44
55
cache-dependency-path : ./package.json
45
56
- run : npm install
46
57
- run : npm run lint
You can’t perform that action at this time.
0 commit comments