From 7cefbdd91aff53aabd2184bbb06c3af07200b188 Mon Sep 17 00:00:00 2001 From: Jon Janzen Date: Wed, 6 May 2020 16:48:08 -0700 Subject: [PATCH] Revert to Node v8, newer versions can't build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db34418f..d222dcf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 8.x - name: Install dependencies run: yarn install --frozen-lockfile --ignore-scripts working-directory: website