feature/setup-workflow-pipeline: add lombok, add gitea workflow #2
@ -19,10 +19,13 @@ jobs:
|
||||
echo "Branch: ${{ gitea.ref }}"
|
||||
echo "Repository: ${{ gitea.repository }}"
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- name: Install Node.js, npm, and Yarn
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y curl
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||
sudo apt install -y nodejs
|
||||
sudo npm install -g yarn
|
||||
|
||||
- name: Checkout repository manually
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user