Merge pull request #694 from UziTech/fix-update-docs

use node 14 in update docs
This commit is contained in:
Tony Brix 2020-12-13 12:18:05 -06:00 committed by GitHub
commit 0bbdf5ff82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- name: Install Packages
run: npm install
- name: Build Docs