From e862a13023d6f99519dfa96852e3768b777e18f7 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 28 Sep 2021 10:50:21 -0700 Subject: [PATCH] Issue #210 -- Updated workflow to use npm install. --- .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