mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
rtx -> mise
This commit is contained in:
parent
b2bd646a01
commit
2c307d8ed6
10 changed files with 118 additions and 118 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -40,8 +40,8 @@ jobs:
|
|||
tool_versions: ${{ matrix.tool_versions }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: rtx --version
|
||||
- run: rtx exec -- node --version
|
||||
- run: mise --version
|
||||
- run: mise exec -- node --version
|
||||
- run: which node
|
||||
- run: node -v
|
||||
specific_version:
|
||||
|
|
@ -51,9 +51,9 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
cache_save: ${{ github.ref_name == 'main' }}
|
||||
cache_key_prefix: rtx-v1
|
||||
cache_key_prefix: mise-v1
|
||||
version: 2023.12.23
|
||||
rtx_toml: |
|
||||
mise_toml: |
|
||||
[tools]
|
||||
bun = "1"
|
||||
- run: which bun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue