Skip to content

Commit

Permalink
removed node 6
Browse files Browse the repository at this point in the history
trying 'npm ci' again
  • Loading branch information
fearphage committed Aug 20, 2019
1 parent 506053c commit 8723ed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -9,16 +9,16 @@ jobs:

strategy:
matrix:
node-version: [6.x, 8.x, 10.x, 12.x]
node-version: [8.x, 10.x, 12.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
- name: npm ci
run: npm ci

- name: Pre-Test
run: |
Expand Down

0 comments on commit 8723ed0

Please sign in to comment.