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 ab0afa4 commit b3a01f4Copy full SHA for b3a01f4
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
runs-on: ubuntu-latest
67
steps:
68
- uses: actions/checkout@v4
69
- - uses: asdf-vm/actions/install@v3
+ - uses: jdx/mise-action@v2
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
.tool-versions
mise.toml
@@ -0,0 +1,3 @@
1
+[tools]
2
+node = "22.12.0"
3
+pnpm = "9.15.3"
0 commit comments