This commit is contained in:
@@ -23,7 +23,10 @@ jobs:
|
||||
node-version: 20
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: |
|
||||
apt update
|
||||
apt install -y zip
|
||||
npm install
|
||||
|
||||
- name: Build Nuxt app
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user