From 238d65c0b8ebacceddd70e535a99b3883f0acbab Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Wed, 24 Nov 2021 11:35:50 -0500 Subject: [PATCH] ci: fix node version for commit lint job --- .github/workflows/web3.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/web3.yml b/.github/workflows/web3.yml index d50a193d68..a367dda914 100644 --- a/.github/workflows/web3.yml +++ b/.github/workflows/web3.yml @@ -36,10 +36,9 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v2 with: - node-version: ${{ matrix.node }} + node-version: '16' cache: 'npm' cache-dependency-path: web3.js/package-lock.json - - run: npm i -g npm@7 - run: npm ci - name: commit-lint if: ${{ github.event_name == 'pull_request' }}