Update wled-ci.yml

This commit is contained in:
Woody 2024-01-09 22:14:49 +01:00
parent a1f62e7a1f
commit 71b0c5f805
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -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: