File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 41
41
os : [ubuntu-latest]
42
42
eslint : [7, 8, 9]
43
43
node : [20]
44
- include :
45
- # On old Node.js version
46
- - eslint : 8
47
- node : 16
48
- os : ubuntu-latest
49
- - eslint : 8
50
- node : 17
51
- os : ubuntu-latest
52
44
steps :
53
45
- name : Checkout
54
46
uses : actions/checkout@v4
73
65
matrix :
74
66
os : [ubuntu-latest]
75
67
node : [18, 20]
68
+ include :
69
+ # On old Node.js version
70
+ - eslint : 8
71
+ node : 16
72
+ os : ubuntu-latest
73
+ - eslint : 8
74
+ node : 17
75
+ os : ubuntu-latest
76
76
steps :
77
77
- name : Checkout
78
78
uses : actions/checkout@v4
85
85
run : |+
86
86
pnpm install -D svelte@4
87
87
rm -rf node_modules
88
+ - name : Install ESLint ${{ matrix.eslint }}
89
+ run : |+
90
+ pnpm install -D eslint@${{ matrix.eslint }}
91
+ rm -rf node_modules
88
92
- name : Install Packages
89
93
run : pnpm install
90
94
- name : Test
You can’t perform that action at this time.
0 commit comments