mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 06:47:18 +00:00
Update wled-ci.yml
This commit is contained in:
parent
a1f62e7a1f
commit
71b0c5f805
5
.github/workflows/wled-ci.yml
vendored
5
.github/workflows/wled-ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user