File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ [tools ]
2+ node = " 20.18.1"
3+ pnpm = " 9.15.3"
You can’t perform that action at this time.
0 commit comments