Update edge_ghpage.yml
Added missing node setup
This commit is contained in:
parent
233b78826f
commit
efbf9cf693
6
.github/workflows/edge_ghpage.yml
vendored
6
.github/workflows/edge_ghpage.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user