Skip to content

Commit

Permalink
Merge pull request #5 from DistributedCollective/fix/ci
Browse files Browse the repository at this point in the history
Fix/ci
  • Loading branch information
Genysys committed Aug 25, 2021
2 parents 335db48 + 668884a commit 8e6caba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

name: Node.js CI


on:
push:

Expand All @@ -12,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -24,7 +25,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"hardhat-docgen": "^1.1.1",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-log-remover": "^2.0.0",
"hardhat-abi-exporter": "^2.2.1",
"husky": "^4.3.6",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.2",
Expand Down Expand Up @@ -74,7 +75,6 @@
}
},
"dependencies": {
"hardhat-abi-exporter": "^2.2.1",
"yarn": "^1.22.10"
}
}

0 comments on commit 8e6caba

Please sign in to comment.