Skip to content

Commit 8bbb5cd

Browse files
committed
feat: usar Node.js v22 para release
1 parent 9f47c71 commit 8bbb5cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20+
- name: Setup Node.js
21+
uses: actions/setup-node@v4
22+
with:
23+
node-version: 22
24+
2025
- name: Setup Bun
2126
uses: oven-sh/setup-bun@v1
2227
with:

0 commit comments

Comments
 (0)