Merge pull request #925 from status-im/ci-node

This commit is contained in:
fryorcraken.eth 2022-09-05 22:07:55 +10:00 committed by GitHub
commit 1d3f618523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: ${{ env.NODE_JS }}
- uses: bahmutov/npm-install@v1