try ci
This commit is contained in:
parent
950a5c7b89
commit
002d82145c
@ -73,15 +73,10 @@ jobs:
|
|||||||
echo ~/.local/opt/node/bin >> $GITHUB_PATH
|
echo ~/.local/opt/node/bin >> $GITHUB_PATH
|
||||||
|
|
||||||
|
|
||||||
- name: Install node
|
- uses: actions/checkout@v3
|
||||||
if: ${{ steps.prereq.outputs.need_node == '1' }}
|
with:
|
||||||
run: |
|
fetch-depth: 0
|
||||||
apt update -y && apt install -y curl
|
|
||||||
curl -sS https://webi.sh/node | sh
|
|
||||||
echo ~/.local/opt/node/bin >> $GITHUB_PATH
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Prepare environment
|
- name: Prepare environment
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user