Update .github/workflows/build_pull_request.yml
This commit is contained in:
parent
27ba8a662e
commit
086b402a95
1 changed files with 1 additions and 4 deletions
5
.github/workflows/build_pull_request.yml
vendored
5
.github/workflows/build_pull_request.yml
vendored
|
@ -20,10 +20,7 @@ jobs:
|
|||
steps:
|
||||
- name: set up node.js
|
||||
run: |
|
||||
apt-get update && \
|
||||
apt-get install -y curl && \
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||
apt-get install -y nodejs
|
||||
sudo apt-get install -y nodejs
|
||||
|
||||
- name: Clone repo
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue