Skip to content

Commit c48e03f

Browse files
committed
include node in gen-release-pr in the right version
1 parent 48fef0e commit c48e03f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use Node.js
2525
uses: actions/setup-node@v6.3.0
2626
with:
27-
node-version: 20.x
27+
node-version: 24.x
2828

2929
- name: Install dependencies
3030
run: npm ci

.github/workflows/gen-release-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v6
1212

13+
- name: Use Node.js
14+
uses: actions/setup-node@v6.3.0
15+
with:
16+
node-version: 24.x
17+
1318
- run: npm ci
1419
- run: npm run build
1520

0 commit comments

Comments
 (0)