ci: fix node version for commit lint job

This commit is contained in:
Justin Starry 2021-11-24 11:35:50 -05:00
parent e7fa412465
commit 238d65c0b8
1 changed files with 1 additions and 2 deletions

View File

@ -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' }}