Update .github/workflows/build_pull_request.yml
This commit is contained in:
parent
882159989a
commit
4124a9ba6e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build_pull_request.yml
vendored
4
.github/workflows/build_pull_request.yml
vendored
|
@ -18,6 +18,10 @@ jobs:
|
|||
outputs:
|
||||
individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }}
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
apk add --update nodejs npm
|
||||
|
||||
- name: Clone repo
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue