From ccd831d6951170ead5204f9fa17540477aa78625 Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Fri, 31 Mar 2023 12:24:14 +0200 Subject: [PATCH] ci(release): force node v14 to make semantic to work this is a temporary hack: https://github.com/cycjimmy/semantic-release-action/issues/159 --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28ef1eec..99ada193 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,10 @@ jobs: with: token: ${{ secrets.OKP4_TOKEN }} + - uses: actions/setup-node@v3 + with: + node-version: 14 + - name: Release project uses: cycjimmy/semantic-release-action@v3 with: