Revert to Node v8, newer versions can't build

This commit is contained in:
Jon Janzen
2020-05-06 16:48:08 -07:00
parent c7095a690a
commit 7cefbdd91a

View File

@@ -10,7 +10,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 12.x node-version: 8.x
- name: Install dependencies - name: Install dependencies
run: yarn install --frozen-lockfile --ignore-scripts run: yarn install --frozen-lockfile --ignore-scripts
working-directory: website working-directory: website