Skip to content

Commit 5f39199

Browse files
committed
cicd: replace asdf with mise
1 parent 8f35ded commit 5f39199

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: asdf-vm/actions/install@v3
13+
- uses: jdx/mise-action@v2
1414
- run: pnpm i
1515
- name: types
1616
if: ${{ always() }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
16-
- uses: asdf-vm/actions/install@v3
16+
- uses: jdx/mise-action@v2
1717
- run: pnpm i
1818
- name: Knip Reporter
1919
uses: ./

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21-
- uses: asdf-vm/actions/install@v3
21+
- uses: jdx/mise-action@v2
2222
- run: pnpm i
2323
- run: pnpm run knip
2424
- run: pnpm run build

.tool-versions

Lines changed: 0 additions & 2 deletions
This file was deleted.

mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tools]
2+
node = "22.12.0"
3+
pnpm = "9.15.3"

0 commit comments

Comments
 (0)