Update edge_ghpage.yml
Added missing node setup
This commit is contained in:
@@ -6,7 +6,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2.3.1
|
||||
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "14"
|
||||
|
||||
- name: Install and Build 🔧
|
||||
run: |
|
||||
yarn install
|
||||
|
||||
Reference in New Issue
Block a user