Install node as part of ci.yml when bundling the app
This commit is contained in:
parent
65f53db6e7
commit
c97983d25a
2 changed files with 60 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -64,6 +64,11 @@ jobs:
|
|||
target: aarch64-apple-darwin
|
||||
profile: minimal
|
||||
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue