We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8ab43 commit 73c453aCopy full SHA for 73c453a
.github/workflows/deploy-dev-app-main-push.yml
@@ -24,6 +24,8 @@ jobs:
24
uses: angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
25
- name: Setup Bazel RBE
26
uses: angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
27
+ - name: Install node modules
28
+ run: yarn install --frozen-lockfile
29
30
- name: Building dev-app
31
run: |
0 commit comments