Skip to content

Commit

Permalink
fix: ci - remove node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Genysys committed Aug 24, 2021
1 parent 016a2dc commit 668884a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Expand Up @@ -3,6 +3,7 @@

name: Node.js CI


on:
push:

Expand All @@ -24,10 +25,10 @@ jobs:
- name: Installing Packages
run: npm ci
- name: Checking Formatting
run: npm run lint && npm run prettier-check
run: npm run lint && npm run prettier --write && npm run prettier-check
- name: Code Coverage
run: npm run coverage
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 668884a

Please sign in to comment.