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 9072213 commit 8625a57Copy full SHA for 8625a57
2 files changed
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
runs-on: ubuntu-latest
67
steps:
68
- uses: actions/checkout@v6
69
- - uses: jdx/mise-action@v3
+ - uses: jdx/mise-action@v4
70
- run: pnpm i --frozen-lockfile
71
- name: test
72
run: pnpm test:coverage
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
git config --global user.name ${{ secrets.ACTION_GITHUB_USERNAME }};
31
git config --global user.email ${{ secrets.ACTION_GITHUB_EMAIL }};
32
33
34
- name: types
35
run: pnpm check:types
0 commit comments