Skip to content

Commit 51167a2

Browse files
committed
chore: maybe fix release pipeline
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 3d451eb commit 51167a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
runs-on: ubuntu-latest
4747
timeout-minutes: 30
4848
steps:
49+
- name: Setup Node.js ${{ env.NODE_ACTIVE_LTS }}
50+
# see https://github.com/actions/setup-node
51+
uses: actions/setup-node@v4
52+
with:
53+
node-version: ${{ env.NODE_ACTIVE_LTS }}
4954
- name: enable yarn # needed in some tests
5055
run: |-
5156
corepack enable
@@ -59,11 +64,6 @@ jobs:
5964
set -eux
6065
git config --local user.email "${GITHUB_ACTOR}@users.noreply.github.com"
6166
git config --local user.name "${GITHUB_ACTOR}"
62-
- name: Setup Node.js ${{ env.NODE_ACTIVE_LTS }}
63-
# see https://github.com/actions/setup-node
64-
uses: actions/setup-node@v4
65-
with:
66-
node-version: ${{ env.NODE_ACTIVE_LTS }}
6767
## ! no npm build at the moment
6868
- name: bump VERSION
6969
id: bump

0 commit comments

Comments
 (0)