Skip to content

Commit

Permalink
docs: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored Nov 6, 2021
1 parent 964b8e6 commit 92f83ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Check out the use case description from eslint-remote-tester's documentation: [P
| eslint-remote-tester-run-action | eslint-remote-tester |
| :-----------------------------: | :------------------: |
| `v1` | `1.0.1` or above |
| `v2` | `1.0.1` or above |

## Configuration:

Expand All @@ -40,11 +41,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- run: npm install
- run: npm link
- run: npm link eslint-plugin-custom
- uses: AriPerkkio/eslint-remote-tester-run-action@v1
- uses: AriPerkkio/eslint-remote-tester-run-action@v2
with:
issue-title: 'Results of weekly scheduled smoke test'
max-result-count: 100
Expand Down

0 comments on commit 92f83ec

Please sign in to comment.