File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
echo "EOF" >> $GITHUB_OUTPUT
37
37
- name : Create the release
38
38
if : steps.changelog.outputs.changelog_content != ''
39
- uses : softprops/action-gh-release@v1
39
+ uses : softprops/action-gh-release@v2
40
40
with :
41
41
name : ${{ github.ref_name }}
42
42
body : ' ${{ steps.changelog.outputs.changelog_content }}'
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
- name : Install pnpm
18
18
uses : pnpm/action-setup@v4
19
19
with :
20
- version : 9
20
+ version : 10
21
21
- name : Install Node.js
22
22
uses : actions/setup-node@v4
23
23
with :
24
- node-version : 22
24
+ node-version : 23
25
25
cache : pnpm
26
26
- name : Install dependencies
27
27
run : pnpm install --ignore-scripts
41
41
- name : Install pnpm
42
42
uses : pnpm/action-setup@v4
43
43
with :
44
- version : 9
44
+ version : 10
45
45
- name : Install Node.js ${{ matrix.node-version }}
46
46
uses : actions/setup-node@v4
47
47
with :
You can’t perform that action at this time.
0 commit comments