/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/actions/build-vue/action.yml
42 строки
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 Vue' description: 'Build Ionic Vue' 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 Vue Dependencies run: npm ci shell: bash working-directory: ./packages/vue - name: 🔄 Sync run: npm run sync shell: bash working-directory: ./packages/vue - name: 🖌️ Lint run: npm run lint shell: bash working-directory: ./packages/vue - name: 🏗️ Build run: npm run build shell: bash working-directory: ./packages/vue - 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/vue - uses: ./.github/workflows/actions/upload-archive with: name: ionic-vue output: packages/vue/VueBuild.zip paths: packages/vue/dist packages/vue/css