diff --git a/README.md b/README.md index 8a8ea19..eb63a1b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a single purpose CLI that rewrites the `runs` section in a GitHub Action ```yaml runs: - using: node12 + using: node16 main: dist/index.js ```