Skip to content

Commit 9164e3b

Browse files
RND332Copilot
andcommitted
Pin release Node version
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7452b68 commit 9164e3b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- name: Check out repository
1818
uses: actions/checkout@v4
1919

20+
- name: Set up Node.js
21+
uses: actions/setup-node@v4
22+
with:
23+
node-version: 22
24+
2025
- name: Set up Bun
2126
uses: oven-sh/setup-bun@v2
2227
with:

0 commit comments

Comments
 (0)