ci: fix node version for go-waku

This commit is contained in:
fryorcraken.eth 2022-09-05 21:02:01 +10:00
parent 62cc475322
commit 3766962b47
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
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