Skip to content

Commit 465ee44

Browse files
committed
yarn
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 15f333c commit 465ee44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ jobs:
129129
corepack install --global yarn@stable || corepack prepare --activate yarn@stable
130130
yarn --version
131131
working-directory: .. # prevent evaluation of package.json
132+
- name: create dummy lock
133+
shell: bash
134+
run: echo > yarn.lock
132135
- name: install project
133136
run: >
134137
yarn install

0 commit comments

Comments
 (0)