rtx -> mise

This commit is contained in:
Jeff Dickey 2024-01-02 16:16:49 -06:00
parent b2bd646a01
commit 2c307d8ed6
No known key found for this signature in database
GPG key ID: 584DADE86724B407
10 changed files with 118 additions and 118 deletions

View file

@ -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