Skip to content

Commit

Permalink
ci: use hardhat instead of ganache
Browse files Browse the repository at this point in the history
  • Loading branch information
romanagureev committed May 31, 2024
1 parent 0039eeb commit a9339b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/forked.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1

- name: Install Ganache
run: npm install
- name: Install Hardhat
run: npm install --save-dev hardhat

- name: Setup Python 3.11
uses: actions/setup-python@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unitary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1

- name: Install Ganache
run: npm install
- name: Install Hardhat
run: npm install --save-dev hardhat

- name: Setup Python 3.11
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ repos:
stages: [commit-msg]

default_language_version:
python: python3.8
python: python3.11
default_stages: [commit]

0 comments on commit a9339b0

Please sign in to comment.