mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-17 08:35:03 -04:00
💚 Nodejs 12.x and yarn in GitHub actions
This commit is contained in:
parent
324a33bfda
commit
6cd755392e
1 changed files with 4 additions and 6 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue