mirror of
https://github.com/wled/WLED.git
synced 2025-07-09 20:06:33 +00:00
Use npm ci instead of npm install
This commit is contained in:
parent
7bafe995e5
commit
1c1c3fd832
2
.github/workflows/wled-ci.yml
vendored
2
.github/workflows/wled-ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
- run: npm ci
|
||||
- name: Cache PlatformIO
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user