test node in workflow
This commit is contained in:
parent
224700f9bb
commit
51061c69d3
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -23,3 +23,9 @@ jobs:
|
|||
with:
|
||||
tool: rtx-cli
|
||||
- uses: ./
|
||||
with:
|
||||
tool_versions: |
|
||||
nodejs 18
|
||||
- run: |
|
||||
rtx --version
|
||||
rtx exec -- node --version
|
||||
|
|
Loading…
Add table
Reference in a new issue