Skip to content

Commit b3e007a

Browse files
committed
yarn
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 1e1cc2c commit b3e007a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: |-
127127
set -x
128128
corepack enable yarn
129-
corepack install --global yarn@stable || corepack prepare --activate yarn
129+
corepack install --global yarn@stable || corepack prepare --activate yarn@latest
130130
yarn --version
131131
working-directory: .. # prevent evaluation of package.json
132132
- name: create dummy lock

0 commit comments

Comments
 (0)