Merge pull request #11 from jdxcode/test-node

test node in workflow
This commit is contained in:
Jeff Dickey 2023-02-20 06:36:06 -06:00 committed by GitHub
commit e399107a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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