This commit is contained in:
parent
fa62ffe384
commit
36455fb974
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
apt -y install platformio
|
apt -y install platformio
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: cd ${{ github.workspace }}
|
- run: cd ${{ github.workspace }}
|
||||||
|
|
Loading…
Reference in a new issue