Fix typo in shivammathur/node tags in README

This commit is contained in:
Shivam Mathur 2021-05-02 05:10:25 +05:30
parent d0e7f46ec4
commit ed61605069
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -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