Skip to content

Commit

Permalink
switch to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
fearphage committed Aug 20, 2019
1 parent 708c013 commit 506053c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm ci
run: npm ci
- name: npm install
run: npm install

- name: Pre-Test
run: |
Expand Down

0 comments on commit 506053c

Please sign in to comment.