mirror of https://github.com/status-im/js-waku.git
ci: fix node version for go-waku
This commit is contained in:
parent
62cc475322
commit
3766962b47
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue