Skip to content

Commit 2852a23

Browse files
authored
build: fix release (#527)
1 parent e37835c commit 2852a23

File tree

5 files changed

+1058
-1261
lines changed

5 files changed

+1058
-1261
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
- uses: actions/checkout@v4
386386
- uses: actions/setup-node@v4
387387
with:
388-
node-version: "20"
388+
node-version: "22"
389389
- name: Install modules
390390
run: npm ci
391391
- name: Download build artifact
@@ -401,7 +401,7 @@ jobs:
401401
- name: Apply fix patch on semantic-release, to not check for push permission on dry run
402402
run: |
403403
git apply --ignore-whitespace ./scripts/patches/semantic-release+24.1.1.patch
404-
git apply --ignore-whitespace ./scripts/patches/@semantic-release+npm+12.0.1.patch
404+
git apply --ignore-whitespace ./scripts/patches/@semantic-release+npm+13.1.2.patch
405405
- name: Resolve next release
406406
env:
407407
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -554,7 +554,7 @@ jobs:
554554
lfs: true
555555
- uses: actions/setup-node@v4
556556
with:
557-
node-version: "20"
557+
node-version: "22"
558558
- name: Install modules
559559
run: npm ci
560560
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)