Add Yarn installation step
Some checks failed
Some checks failed
This commit is contained in:
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@@ -21,4 +21,5 @@ jobs:
|
|||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
- run: npm install -g yarn
|
||||||
- run: yarn run bundle --if-present
|
- run: yarn run bundle --if-present
|
||||||
|
|||||||
Reference in New Issue
Block a user