Skip to content

Commit a1322d3

Browse files
committed
build: maintain releaseprocess
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 10ef91a commit a1322d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ jobs:
103103
uses: actions/setup-node@v4
104104
with:
105105
node-version: ${{ env.NODE_ACTIVE_LTS }}
106+
- name: enable yarn # needed in some tests
107+
run: |-
108+
corepack enable
109+
yarn --version
106110
- name: setup project
107111
run: |
108112
npm install --ignore-scripts --include=optional --loglevel=silly

0 commit comments

Comments
 (0)