From 39a9b1cecc327a6e400412a09314b5da0a889183 Mon Sep 17 00:00:00 2001 From: Andrew Waterman <65307+awaterma@users.noreply.github.com> Date: Wed, 29 Sep 2021 14:33:51 -0700 Subject: [PATCH] Issue #210 -- Updated workflow to use npm install. (#220) --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index db3035e4..1398d9a5 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -22,5 +22,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies and test - run: npm ci + run: npm install - run: npm test