1
0
Fork 0
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:
Míguel Ángel Mulero Martínez 2022-12-08 22:00:42 +01:00 committed by GitHub
parent 948f8da0c0
commit 897f08b7e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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