Skip to content

Commit 574f9ca

Browse files
committed
build: use only yarn
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent dddff74 commit 574f9ca

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,8 @@ jobs:
6060
# cache: 'yarn'
6161
- name: Setup yarn
6262
run: corepack enable yarn
63-
- name: Setup Node.js ${{ env.NODE_ACTIVE_LTS }}
64-
# see https://github.com/actions/setup-node
65-
uses: actions/setup-node@v6
66-
with:
67-
node-version: ${{ env.NODE_ACTIVE_LTS }}
68-
package-manager-cache: false
69-
## ! no npm build at the moment
63+
- name: Setup yarn
64+
run: yarn
7065
- name: bump VERSION
7166
id: bump
7267
# `npm version` seams superior to `yarn version` ...

0 commit comments

Comments
 (0)