Skip to content

Commit 6bb269d

Browse files
committed
chore(workflow): bump Node.js to fix corepack issue
1 parent 5a0886f commit 6bb269d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 22
30+
node-version: 22.14
3131
cache: "pnpm"
3232

3333
- name: Install Dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 22.14
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies

0 commit comments

Comments
 (0)