Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aborruso committed Mar 31, 2024
1 parent d2c22f3 commit d198ab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rete_ricarica_veicoli_elettrici.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '20' # Puoi impostare la versione di Node.js necessaria per il tuo script
node-version: '20'
- name: Installa Chrome
run: npx puppeteer browsers install chrome
- name: Imposta variabile d'ambiente per il percorso della cache di Puppeteer
run: echo "export PUPPETEER_DOWNLOAD_PATH=/home/runner/.cache/puppeteer" >> $GITHUB_ENV
- name: Installa dipendenze
run: |
npm install puppeteer
Expand Down
Empty file.

0 comments on commit d198ab8

Please sign in to comment.