Skip to content

Commit

Permalink
Fix typo in shivammathur/node tags in README
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed May 1, 2021
1 parent d0e7f46 commit ed61605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,13 +627,13 @@ Choose the image tag which matches the `runs-on` property in your workflow. For
act -P ubuntu-latest=shivammathur/node:latest
# For runs-on: ubuntu-20.04
act -P ubuntu-20.04=shivammathur/node:20.04
act -P ubuntu-20.04=shivammathur/node:2004
# For runs-on: ubuntu-18.04
act -P ubuntu-18.04=shivammathur/node:18.04
act -P ubuntu-18.04=shivammathur/node:1804
# For runs-on: ubuntu-16.04
act -P ubuntu-16.04=shivammathur/node:16.04
act -P ubuntu-16.04=shivammathur/node:1604
```

### JIT Configuration
Expand Down

0 comments on commit ed61605

Please sign in to comment.