Skip to content

Commit b67dda0

Browse files
committed
yarn fix
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent da2d80d commit b67dda0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,11 @@ jobs:
144144
node-version: ${{ matrix.node-version }}
145145
package-manager-cache: false
146146
- name: enable yarn
147-
if: "matrix.node-version != '14.0.0'" # yarn14 has broken corepack
147+
if: "matrix.node-version != '14.0.0'" # node14 has broken corepack
148148
run: |-
149149
corepack enable yarn
150150
yarn --version
151+
working-directory: .. # prevent evaluation of package.json
151152
- name: install project
152153
shell: bash
153154
run: |

0 commit comments

Comments
 (0)