/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/actions/build-react/action.yml
46 строк
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' description: 'Build Ionic React' 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 - name: 🕸️ Install React Dependencies run: npm ci shell: bash working-directory: ./packages/react - name: 🔄 Sync run: npm run sync shell: bash working-directory: ./packages/react - name: 🖌️ Lint run: npm run lint shell: bash working-directory: ./packages/react - name: 🏗️ Build run: npm run build shell: bash working-directory: ./packages/react - name: 🧪 Test Spec run: npm run test.spec shell: bash working-directory: ./packages/react - name: Clean core package.json run: git checkout ./package.json shell: bash working-directory: ./core - name: 🔍 Check Diff run: git diff --exit-code shell: bash working-directory: ./packages/react - uses: ./.github/workflows/actions/upload-archive with: name: ionic-react output: packages/react/ReactBuild.zip paths: packages/react/dist packages/react/css