clone url u
This commit is contained in:
@ -19,13 +19,6 @@ jobs:
|
|||||||
echo "Branch: ${{ gitea.ref }}"
|
echo "Branch: ${{ gitea.ref }}"
|
||||||
echo "Repository: ${{ gitea.repository }}"
|
echo "Repository: ${{ gitea.repository }}"
|
||||||
|
|
||||||
- name: Install Node.js
|
|
||||||
run: |
|
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
|
||||||
sudo apt-get install -y nodejs
|
|
||||||
node -v
|
|
||||||
npm -v
|
|
||||||
|
|
||||||
#- name: Checkout repository
|
#- name: Checkout repository
|
||||||
# uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user