Skip to content

Actualizar submodulo origin a la version 20.0.6 de Angular #2

Actualizar submodulo origin a la version 20.0.6 de Angular

Actualizar submodulo origin a la version 20.0.6 de Angular #2

Workflow file for this run

name: ci
on: [pull_request]
permissions:
contents: read
jobs:
initilize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
submodules: true
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
- run: npm ci
- run: npm run build:ci
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# with:
# submodules: true
# - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
# with:
# node-version-file: '.node-version'
# cache: yarn
# - uses: bazel-contrib/[email protected] # 0.15.0
# with:
# bazelisk-cache: true
# disk-cache: true
# repository-cache: true
# - run: yarn install
# - run: yarn build