Skip to content

Commit

Permalink
Merge branch 'npm7' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Jun 19, 2021
2 parents 2560569 + 89579cd commit 0a817d8
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 75 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm run test:unit:coverage
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test:unit:coverage
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand All @@ -32,6 +34,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '12.x'
- name: npm 7
run: npm install --global npm@7 --registry=https://registry.npmjs.org
- name: Install dependencies
run: npm ci
- name: Check source code
Expand All @@ -57,6 +61,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 12.x
- name: npm 7
run: npm install --global npm@7 --registry=https://registry.npmjs.org
- name: Install dependencies
run: npm ci
- name: Download built application artifact
Expand Down
Loading

0 comments on commit 0a817d8

Please sign in to comment.