Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Aug 14, 2024
1 parent 34e91b0 commit eeba16f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,21 +150,16 @@ jobs:
run:
working-directory: contracts

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

steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
node-version: 20.x

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -180,9 +175,6 @@ jobs:
forge --version
solhint --version
- name: Build
run: npm run build --if-present

- name: Install abigen
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum
Expand Down

0 comments on commit eeba16f

Please sign in to comment.