Update .github/workflows/build_pull_request.yml
This commit is contained in:
parent
92f2871bab
commit
124f792c49
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build_pull_request.yml
vendored
8
.github/workflows/build_pull_request.yml
vendored
|
@ -20,7 +20,13 @@ jobs:
|
|||
steps:
|
||||
- name: set up node.js
|
||||
run: |
|
||||
sudo apt-get install -y nodejs
|
||||
apt-get update && apt-get install -y \
|
||||
software-properties-common \
|
||||
npm
|
||||
run: |
|
||||
npm install npm@latest -g && \
|
||||
npm install n -g && \
|
||||
n latest
|
||||
|
||||
- name: Clone repo
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue