mirror of https://github.com/waku-org/js-waku.git
chore(ci): upgrade setup-node action to v3
This commit is contained in:
parent
dd30a56f15
commit
8d1b461d61
|
@ -31,7 +31,7 @@ jobs:
|
||||||
tar xavf nim-waku-ubuntu-latest.tar.gz
|
tar xavf nim-waku-ubuntu-latest.tar.gz
|
||||||
|
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue