Skip to content

Commit 0549dc6

Browse files
committed
cicd: replace asdf with mise
1 parent 445389c commit 0549dc6

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.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 # Need history for changelog generation
21-
- uses: asdf-vm/actions/install@v3
21+
- uses: jdx/mise-action@v2
2222
- run: pnpm i
2323
- run: pnpm run build
2424
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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: build
1616
run: pnpm run build:types
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: asdf-vm/actions/install@v3
35+
- uses: jdx/mise-action@v2
3636
- run: pnpm i
3737
- name: test
3838
run: pnpm run test:coverage

.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 = "20.18.1"
3+
pnpm = "9.15.3"

0 commit comments

Comments
 (0)