mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Remove setup-node cache (#3128)
This commit is contained in:
parent
948f8da0c0
commit
897f08b7e8
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -30,7 +30,6 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: yarn
|
||||
|
||||
- run: yarn install --immutable --immutable-cache --check-cache
|
||||
|
||||
|
@ -78,7 +77,6 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: yarn
|
||||
|
||||
- name: Install Java JDK 8
|
||||
uses: actions/setup-java@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue