There was an error while loading. Please reload this page.
1 parent 0926ea3 commit 956f6e0Copy full SHA for 956f6e0
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.0
+ node-version: 24.18.1
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