From 7f8d492e1c15ea8d048a22d3586c9c066df36891 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Thu, 12 Mar 2020 10:07:31 -0600 Subject: [PATCH] ci: fix production build --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99730eb..d049e2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,6 +81,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + - uses: actions/setup-node@v1 + with: + node-version: 12 + registry-url: https://npm.pkg.github.com/ + scope: '@platform-coop-toolkit' - name: Cache node modules uses: actions/cache@v1 with: