diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4902b6dfa..1a7a58dfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,15 @@ jobs: python -m pip install --upgrade pip pip install tox + - name: Set up Node + uses: actions/setup-node@v1 + with: + node-version: 10.x + + - name: Install Node dependencies + run: | + npm config set package-lock false + - name: Run back-end tests run: | tox diff --git a/src/__tests__/__snapshots__/App.spec.jsx.snap b/src/__tests__/__snapshots__/App.spec.jsx.snap index 1d75ec16f..b127acdc1 100644 --- a/src/__tests__/__snapshots__/App.spec.jsx.snap +++ b/src/__tests__/__snapshots__/App.spec.jsx.snap @@ -1159,7 +1159,6 @@ exports[`initial state renders without crashing 1`] = `