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 c24b33c commit aa12ec1Copy full SHA for aa12ec1
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
version: 8
47
- uses: actions/setup-node@v4
48
with:
49
- node-version: 20.19.3
+ node-version: 22.17.1
50
cache: pnpm
51
- run: pnpm i
52
- name: test
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
- name: types
0 commit comments