Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aborruso committed Sep 7, 2024
1 parent ccedab8 commit 59e95a5
Show file tree
Hide file tree
Showing 3 changed files with 48,927 additions and 48,920 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rete_ricarica_veicoli_elettrici_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '20'
- name: Prepara gli strumenti
run: |
mkdir -p ~/bin
cp bin/mlrgo ~/bin/
chmod +x ~/bin/mlrgo
echo "$HOME/bin" >> $GITHUB_PATH
- name: Installa Chrome
run: npx puppeteer browsers install chrome
- name: Imposta variabile d'ambiente per il percorso della cache di Puppeteer
Expand Down
Loading

0 comments on commit 59e95a5

Please sign in to comment.