modifiche a deploy.yml

This commit is contained in:
AV77web 2026-05-25 10:57:18 +02:00
parent 4dffcf0146
commit 254716b50b

View file

@ -9,9 +9,6 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: magricambi
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -21,7 +18,7 @@ jobs:
with: with:
node-version: "20" node-version: "20"
cache: npm cache: npm
cache-dependency-path: magricambi/package-lock.json cache-dependency-path: package-lock.json
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci