Build docs with node14 (#8754)

This commit is contained in:
Evert Timberg 2021-03-30 10:48:40 -04:00 committed by GitHub
parent ed2b96eeaf
commit 4b7b3f277f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,8 @@ jobs:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Package & Deploy Docs
run: |
npm ci

View File

@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: '14.x'
registry-url: https://registry.npmjs.org/
- name: Setup and build
run: |