download rtx

This commit is contained in:
Jeff Dickey 2023-02-20 22:28:04 -06:00
parent 5b190a2617
commit fc40a5c3a2
5 changed files with 115 additions and 11 deletions

View file

@ -19,13 +19,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: taiki-e/install-action@v2
with:
tool: rtx-cli
- uses: ./
with:
tool_versions: |
nodejs 18
- run: |
rtx --version
rtx exec -- node --version
- run: rtx --version
- run: rtx exec -- node --version
- run: which node
- run: node -v