Skip to content

Commit

Permalink
Merge pull request #3850 from w00000dy/GitHub-Actions
Browse files Browse the repository at this point in the history
Use npm ci instead of npm install & Remove zlib dependency from package.json
  • Loading branch information
blazoncek committed Mar 25, 2024
2 parents 4b19759 + 23d8000 commit d1d45e7
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wled-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading

0 comments on commit d1d45e7

Please sign in to comment.