Update .github/workflows/build_pull_request.yml
This commit is contained in:
parent
124f792c49
commit
ef35a299c1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build_pull_request.yml
vendored
3
.github/workflows/build_pull_request.yml
vendored
|
@ -22,8 +22,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
npm
|
npm
|
||||||
run: |
|
|
||||||
npm install npm@latest -g && \
|
npm install npm@latest -g && \
|
||||||
npm install n -g && \
|
npm install n -g && \
|
||||||
n latest
|
n latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue