1 parent 2ff9344 commit 1c7a85aCopy full SHA for 1c7a85a
1 file changed
.github/workflows/release.yml
@@ -28,12 +28,12 @@ jobs:
28
- name: Setup Node
29
uses: actions/setup-node@v6
30
with:
31
- node-version: 24.13.0
+ node-version: 24.13.1
32
33
- name: Setup pnpm
34
uses: pnpm/action-setup@v4
35
36
- version: 10.29.1
+ version: 10.29.3
37
38
- name: Detect Deps version change
39
id: check
@@ -66,13 +66,13 @@ jobs:
66
67
68
69
70
registry-url: 'https://registry.npmjs.org/'
71
72
73
74
75
76
77
- name: Set Git Identity
78
run: |
0 commit comments