Update .gitea/workflows/image.yml
This commit is contained in:
@@ -13,8 +13,8 @@ jobs:
|
||||
steps:
|
||||
- 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 Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user