2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Initialize environment
28- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
28+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
2929 - name : Install node modules
3030 run : yarn install --immutable
3131 - name : Execute Linting
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Initialize environment
38- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
38+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
3939 - name : Install node modules
4040 run : yarn install --immutable
4141 - name : Execute Direct Production Build (deploy usage)
@@ -44,10 +44,10 @@ jobs:
4444 run : yarn bazel build //...
4545
4646 test :
47- runs-on : ubuntu-latest
47+ runs-on : ubuntu-latestÅ
4848 steps :
4949 - name : Initialize environment
50- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
50+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
5151 - name : Install node modules
5252 run : yarn install --immutable
5353 - name : Execute Tests
6363 runs-on : ubuntu-latest
6464 steps :
6565 - name : Initialize environment
66- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
66+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
6767 - name : Install node modules
6868 run : yarn install --immutable
6969 - name : Execute Lighthouse Audit
0 commit comments