Skip to content

Commit

Permalink
cicd: replace asdf with mise
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Feb 5, 2025
1 parent 8f35ded commit 5f39199
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- uses: jdx/mise-action@v2
- run: pnpm i
- name: types
if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- uses: jdx/mise-action@v2
- run: pnpm i
- name: Knip Reporter
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: asdf-vm/actions/install@v3
- uses: jdx/mise-action@v2
- run: pnpm i
- run: pnpm run knip
- run: pnpm run build
Expand Down
2 changes: 0 additions & 2 deletions .tool-versions

This file was deleted.

3 changes: 3 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tools]
node = "22.12.0"
pnpm = "9.15.3"

0 comments on commit 5f39199

Please sign in to comment.