Update edge_ghpage.yml

Added missing node setup
This commit is contained in:
Dominik Fuchß 2021-09-16 00:42:13 +02:00 committed by GitHub
parent 233b78826f
commit efbf9cf693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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