mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-15 22:30:31 +00:00
parent
0e7059cb40
commit
a545a9b90a
5 changed files with 25 additions and 6 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -40,3 +40,10 @@ jobs:
|
|||
- run: rtx exec -- node --version
|
||||
- run: which node
|
||||
- run: node -v
|
||||
specific_version:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./
|
||||
with:
|
||||
version: 2023.12.23
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue