From eeba16f71e43b878a540b6d5ef386b33b87baf3f Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:29:58 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93c692d72..1e0b085dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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