Skip to content

Commit d01003e

Browse files
authored
Update realease-tag.yml
1 parent 04ca9ec commit d01003e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/realease-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '18'
21+
node-version: '20'
2222
cache: 'pnpm'
2323

2424
- name: Install dependencies
@@ -31,4 +31,4 @@ jobs:
3131
id: release_tag
3232
uses: ncipollo/release-action@v1
3333
with:
34-
bodyFile: '.github/changelog.md'
34+
bodyFile: '.github/changelog.md'

0 commit comments

Comments
 (0)