Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
workflows: ${{ steps.workflows.outputs.workflows }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@53fb7c37cf14343f14ed79e2fefbbb2489ead4ee
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
- name: Install node modules
run: yarn install --immutable
- id: workflows
Expand All @@ -34,9 +34,9 @@ jobs:
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@53fb7c37cf14343f14ed79e2fefbbb2489ead4ee
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@53fb7c37cf14343f14ed79e2fefbbb2489ead4ee
uses: angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
- name: Install node modules
run: yarn install --immutable
- run: yarn ng-dev perf workflows --name ${{ matrix.workflow }}
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#f3f8c607674a0c25cd4af1d38ca07c293156d654",
"@angular/cdk": "github:angular/cdk-builds#c1c5e13c61a5839decdfcf5ce8769288232bfd87",
"@angular/common": "github:angular/common-builds#1b1ed7f7670dd4ae7ccd1f6e4569496087d60e1a",
"@angular/compiler": "github:angular/compiler-builds#7d29993ebccf78eadaf922f2eee78d9a108d502e",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#40531fc5c8417fcafc21a0a5c115941e6e4603d9",
"@angular/core": "github:angular/core-builds#a6ac347fed3b6c4721d0a07ee6af5cd3f55a54fa",
"@angular/forms": "github:angular/forms-builds#d351adcb90fa79ed5cca5829425cb5a4dda994be",
"@angular/language-service": "github:angular/language-service-builds#6438594bc1141018fe60f2589ed604f1a1c67907",
"@angular/localize": "github:angular/localize-builds#a3e81d587fd530200773e863a5eb097b0f109cc6",
"@angular/material": "github:angular/material-builds#117df7adeee6cb79559906a57613abdb6fba50a9",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#eb82ec7de643cf7cc49c1da813fd2cd53d839913",
"@angular/platform-browser": "github:angular/platform-browser-builds#2038ae51cf7f19a73f031c40584c0c5c5cf16883",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#25c0c55f56a646a4c33de0c8676b0cece05f8f00",
"@angular/platform-server": "github:angular/platform-server-builds#0e7e575680edf03164d6cf0ba0d48cf32b706405",
"@angular/router": "github:angular/router-builds#caf7868721bc8ca9720e5387dff978ffd2359e6b",
"@angular/service-worker": "github:angular/service-worker-builds#0a64f6e2b19b930acd7dcc8940e914e2bb3dbd1e"
"@angular/animations": "github:angular/animations-builds#d556dfe0934dbe15b2d40aa928057ed84f6c1dab",
"@angular/cdk": "github:angular/cdk-builds#07ce63c9e73f7a3c1c7399991040ff85b747aed7",
"@angular/common": "github:angular/common-builds#b9143f94f42c64a2549277074866efbf7b8ea88a",
"@angular/compiler": "github:angular/compiler-builds#000b84adcdbd4bd0fb5aaa823dc57ba3f6a157df",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#5be3e2821b17a8d9731d0579d4931be3cafcd0fa",
"@angular/core": "github:angular/core-builds#ba72f958fdccb05c26383409101f926443df7d86",
"@angular/forms": "github:angular/forms-builds#2b45b91d826751fe825d492f638668d1a87da976",
"@angular/language-service": "github:angular/language-service-builds#cf7edcd59f99947f9f9f48bafd82652254150fd8",
"@angular/localize": "github:angular/localize-builds#a26d5a58cde2dee97212d3acb3e1d12ce34f90fe",
"@angular/material": "github:angular/material-builds#d2a89e777060e95e7dac48ab977d83706c0ea3fc",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#9e4cbd45909675403dcf6ea72395bd32cce04e3f",
"@angular/platform-browser": "github:angular/platform-browser-builds#61c057963b4bf2b62b58dc1072262710a9ef089a",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a4bbc7c764fed319c2f3b49152973d1ba2580a9a",
"@angular/platform-server": "github:angular/platform-server-builds#17a92c7b3a0304448fe565ad129e7b61d286d6c7",
"@angular/router": "github:angular/router-builds#43ad1f93ded4d4851ed9fe5aa5a8ffffb27045f1",
"@angular/service-worker": "github:angular/service-worker-builds#2e68502cdfb84bca8ad2539d14b401e7f41d75a3"
}
}