There was an error while loading. Please reload this page.
1 parent 8686e25 commit ca5e8a0Copy full SHA for ca5e8a0
2 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: pnpm/action-setup@v5
16
- uses: actions/setup-node@v6
17
with:
18
- node-version: 24.18.1
+ node-version: 24.19.0
19
cache: pnpm
20
- run: pnpm install --frozen-lockfile
21
- run: pnpm run lint
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
- run: pnpm run build
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
registry-url: https://registry.npmjs.org
0 commit comments