testing again again again
This commit is contained in:
parent
a974ea0bb7
commit
57d994de4f
1 changed files with 4 additions and 4 deletions
|
|
@ -22,8 +22,8 @@ jobs:
|
|||
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nodejs npm
|
||||
apt update
|
||||
apt install -y nodejs npm
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
|
@ -41,8 +41,8 @@ jobs:
|
|||
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nodejs npm
|
||||
apt update
|
||||
apt install -y nodejs npm
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue