Skip to content

Commit 3ef389d

Browse files
authored
Update eslint-remote-tester to v2 (#1565)
1 parent 4bec7ae commit 3ef389d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/smoke-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 14
15+
node-version: 16
1616
- run: |
1717
npm install
1818
npm link
1919
npm link eslint-plugin-unicorn
20-
- uses: AriPerkkio/eslint-remote-tester-run-action@v1
20+
- uses: AriPerkkio/eslint-remote-tester-run-action@v2
2121
with:
2222
issue-title: "Results of weekly scheduled smoke test"
2323
eslint-remote-tester-config: test/smoke/eslint-remote-tester.config.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint": "^8.0.0",
6767
"eslint-ava-rule-tester": "^4.0.0",
6868
"eslint-plugin-eslint-plugin": "^4.0.1",
69-
"eslint-remote-tester": "^1.3.0",
69+
"eslint-remote-tester": "^2.0.1",
7070
"eslint-remote-tester-repositories": "^0.0.3",
7171
"execa": "^5.1.1",
7272
"listr": "^0.14.3",

0 commit comments

Comments
 (0)