1 parent d74580e commit 5910c9cCopy full SHA for 5910c9c
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.1
+ node-version: 24.14.0
32
33
- name: Setup pnpm
34
uses: pnpm/action-setup@v4
35
36
- version: 10.30.1
+ version: 10.31.0
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