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 39d7e69 commit ebbce20Copy full SHA for ebbce20
.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.4
+ node-version: 22.19.0
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