💚 Nodejs 12.x and yarn in GitHub actions

This commit is contained in:
KaizIqbal 2020-07-29 07:50:59 +05:30
parent 324a33bfda
commit 6cd755392e

View file

@ -35,13 +35,11 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- uses: borales/actions-yarn@v2.0.0 - uses: actions/setup-node@v1
with: with:
cmd: install # will run `yarn install` command node-version: "12.x"
- run: yarn install
- uses: borales/actions-yarn@v2.0.0 - run: yarn render
with:
cmd: render # will run `yarn render` command
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2