test node in workflow

This commit is contained in:
Jeff Dickey 2023-01-14 23:52:35 -06:00
parent 224700f9bb
commit 51061c69d3

View file

@ -23,3 +23,9 @@ jobs:
with:
tool: rtx-cli
- uses: ./
with:
tool_versions: |
nodejs 18
- run: |
rtx --version
rtx exec -- node --version