Update wled-ci.yml

pull/3666/head
Woody 2024-01-09 22:14:49 +01:00
rodzic a1f62e7a1f
commit 71b0c5f805
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9872D7F5072789B2
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -39,6 +39,11 @@ jobs:
environment: ${{ fromJSON(needs.get_default_envs.outputs.environments) }}
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
- run: npm install
- name: Cache pip
uses: actions/cache@v3
with: