testing again again again
This commit is contained in:
parent
d443c5a1fd
commit
a974ea0bb7
1 changed files with 10 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ jobs:
|
|||
echo "📦 Repository: ${{ forgejo.repository }}"
|
||||
echo "📂 Workspace: ${{ forgejo.workspace }}"
|
||||
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nodejs npm
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
|
|
@ -34,6 +39,11 @@ jobs:
|
|||
cat /etc/os-release
|
||||
uname -m
|
||||
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nodejs npm
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue