We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2d80d commit b67dda0Copy full SHA for b67dda0
.github/workflows/nodejs.yml
@@ -144,10 +144,11 @@ jobs:
144
node-version: ${{ matrix.node-version }}
145
package-manager-cache: false
146
- name: enable yarn
147
- if: "matrix.node-version != '14.0.0'" # yarn14 has broken corepack
+ if: "matrix.node-version != '14.0.0'" # node14 has broken corepack
148
run: |-
149
corepack enable yarn
150
yarn --version
151
+ working-directory: .. # prevent evaluation of package.json
152
- name: install project
153
shell: bash
154
run: |
0 commit comments