Skip to content

Commit

Permalink
update truffle version + simplify the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rya-sge committed Jun 7, 2023
1 parent ba007b8 commit ff50356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive

- name: Install Truffle
run: npm install -g truffle

- name: Install Project Dependencies
run: npm install

- name: Run Truffle Test
run: npm t
run: npx truffle test
2 changes: 1 addition & 1 deletion doc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The toolchain includes the following components, where the versions
are the latest ones that we tested:

- npm 8.19.2
- Truffle 5.8.3
- Truffle 5.9.3
- Solidity 0.8.17 (via solc-js)
- Node 16.17.0
- Web3.js 1.9.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"solidity-coverage": "^0.8.2",
"solidity-docgen": "^0.6.0-beta.35",
"surya": "^0.4.6",
"truffle": "5.8.3",
"truffle": "5.9.3",
"truffle-contract-size": "^2.0.1",
"truffle-flattener": "^1.6.0",
"web3": "^1.9.0"
Expand Down

0 comments on commit ff50356

Please sign in to comment.