/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v0.77.3
.github/workflows/update-node-modules-cache.yml
18 строк
382 B
Blake Friedman
fix update-node-modules-cache workflow (#45547)
19 июл 2024, 23:54
19 июл 2024, 23:54
123d7d4
Код
Авторство
О чём код?
name: Update node modules cache on: workflow_dispatch: push: branches: - main jobs: update_node_modules_cache: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Install yarn dependencies and update cache uses: ./.github/actions/yarn-install-with-cache with: update-cache: "true"