Skip to content

Commit e4ba1ac

Browse files
committed
fix: 🐛 fixed release action issue
1 parent 4496d06 commit e4ba1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Node.js
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: 18
48+
node-version: 22
4949
cache: "pnpm"
5050

5151
- name: NPM Setup

0 commit comments

Comments
 (0)