File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
fail-fast : false
13
13
matrix :
14
14
node-version :
15
+ - 22
15
16
- 21
16
17
- 20
17
18
- 18
22
23
- uses : actions/setup-node@v4
23
24
with :
24
25
node-version : ${{ matrix.node-version }}
25
- - run : npm install --force # ts-eslint does not support eslint v9 yet.
26
+ - run : npm install
26
27
- run : npm test
27
28
28
29
lint :
32
33
- uses : actions/setup-node@v4
33
34
with :
34
35
node-version : " lts/*"
35
- - run : npm install --force # ts-eslint does not support eslint v9 yet.
36
+ - run : npm install
36
37
- run : npm run lint
37
38
38
39
eslint8 :
42
43
- uses : actions/setup-node@v4
43
44
with :
44
45
node-version : " lts/*"
45
- - run : npm install --force # ts-eslint does not support eslint v9 yet.
46
+ - run : npm install
46
47
- run : npm install --save-dev eslint@8
47
48
- run : npm test
48
49
54
55
- uses : actions/setup-node@v4
55
56
with :
56
57
node-version : " lts/*"
57
- - run : npm install --force # ts-eslint does not support eslint v9 yet.
58
+ - run : npm install
58
59
- run : npm install --save-dev eslint@8 # eslint-remote-tester does not support eslint v9.
59
60
- run : npm run test:remote
Original file line number Diff line number Diff line change 1
1
registry = https://registry.npmjs.org/
2
2
package-lock = false
3
+ force = true
You can’t perform that action at this time.
0 commit comments