Run install nodejs as root in github build job.
This commit is contained in:
parent
895afe21cb
commit
0e8d37fd92
2
.github/workflows/bundle.yml
vendored
2
.github/workflows/bundle.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
|
||||
- name: Install nodejs
|
||||
run: curl -fsSL https://deb.nodesource.com/setup_15.x | bash -; apt-get install -y nodejs
|
||||
run: curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash -; sudo apt-get install -y nodejs
|
||||
|
||||
- name: Install Build Deps
|
||||
run: npm install
|
||||
|
|
Loading…
Reference in a new issue