/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/actions/build-react-router/action.yml
39 строк
1 KB
renovate[bot]
chore(deps): update actions/setup-node action to v7 (#31268)
15 июл 2026, 17:03
Не верифицирован
15 июл 2026, 17:03
9f595d4
Код
Авторство
О чём код?
name: 'Build Ionic React Router' description: 'Build Ionic React Router' runs: using: 'composite' steps: - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24.x - uses: ./.github/workflows/actions/download-archive with: name: ionic-core path: ./core filename: CoreBuild.zip - uses: ./.github/workflows/actions/download-archive with: name: ionic-react path: ./packages/react filename: ReactBuild.zip - name: 🕸️ Install Dependencies run: npm ci shell: bash working-directory: ./packages/react-router - name: 🔄 Sync run: npm run sync shell: bash working-directory: ./packages/react-router - name: 🖌️ Lint run: npm run lint shell: bash working-directory: ./packages/react-router - name: 🏗️ Build run: npm run build shell: bash working-directory: ./packages/react-router - uses: ./.github/workflows/actions/upload-archive with: name: ionic-react-router output: packages/react-router/ReactRouterBuild.zip paths: packages/react-router/dist