File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
- uses : actions/checkout@v2
13
13
- uses : actions/setup-node@v1
14
14
with :
15
- node-version : 14
15
+ node-version : 16
16
16
- run : |
17
17
npm install
18
18
npm link
19
19
npm link eslint-plugin-unicorn
20
- - uses : AriPerkkio/eslint-remote-tester-run-action@v1
20
+ - uses : AriPerkkio/eslint-remote-tester-run-action@v2
21
21
with :
22
22
issue-title : " Results of weekly scheduled smoke test"
23
23
eslint-remote-tester-config : test/smoke/eslint-remote-tester.config.js
Original file line number Diff line number Diff line change 66
66
"eslint" : " ^8.0.0" ,
67
67
"eslint-ava-rule-tester" : " ^4.0.0" ,
68
68
"eslint-plugin-eslint-plugin" : " ^4.0.1" ,
69
- "eslint-remote-tester" : " ^1.3.0 " ,
69
+ "eslint-remote-tester" : " ^2.0.1 " ,
70
70
"eslint-remote-tester-repositories" : " ^0.0.3" ,
71
71
"execa" : " ^5.1.1" ,
72
72
"listr" : " ^0.14.3" ,
You can’t perform that action at this time.
0 commit comments