We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271283f commit 2a7ec5cCopy full SHA for 2a7ec5c
.github/workflows/node.js.yml
@@ -24,5 +24,6 @@ jobs:
24
uses: actions/setup-node@v1
25
with:
26
node-version: ${{ matrix.node-version }}
27
+ - run: yarn set version berry
28
- run: yarn
29
- run: yarn build
0 commit comments