Skip to content

Commit b3a01f4

Browse files
committed
cicd: replace asdf with mise
1 parent ab0afa4 commit b3a01f4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v4
69-
- uses: asdf-vm/actions/install@v3
69+
- uses: jdx/mise-action@v2
7070
- run: pnpm i --frozen-lockfile
7171
- name: test
7272
run: pnpm test:coverage

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0 # Need history for changelog generation
26-
- uses: asdf-vm/actions/install@v3
26+
- uses: jdx/mise-action@v2
2727
- run: pnpm i --frozen-lockfile
2828
- name: types
2929
run: pnpm check:types

.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)