We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53ac85 commit 60140f0Copy full SHA for 60140f0
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
runs-on: ubuntu-latest
67
steps:
68
- uses: actions/checkout@v5
69
- - uses: jdx/mise-action@v2
+ - uses: jdx/mise-action@v3
70
- run: pnpm i --frozen-lockfile
71
- name: test
72
run: pnpm test:coverage
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
with:
25
fetch-depth: 0 # Need history for changelog generation
26
27
28
- name: types
29
run: pnpm check:types
0 commit comments