Update README.md to refer to v2 consistently (#96)

This commit is contained in:
Eric Matthys 2024-06-20 15:37:44 -06:00 committed by GitHub
parent f20c1bb15f
commit 81c431dc79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jdx/mise-action@v1
- uses: jdx/mise-action@v2
# .tool-versions will be read from repo root
- run: node ./my_app.js
```