Install node as part of ci.yml when bundling the app
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user