We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa06c6a commit 0d15f88Copy full SHA for 0d15f88
.github/workflows/node.js.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
node-version: ${{ matrix.node-version }}
27
- name: yarn install, build
28
+ run: |
29
yarn
30
yarn build
31
0 commit comments