angular/.github/workflows
Paul Gschwendtner 25f91e38b2 build: ensure zone.js typing test is hermetic (#54048)
Currently the ZoneJS typing tests executes outside of Bazel, as a legacy
artifact of the monorepo merging (as it seems - not ideal at all).

Looks like this test relies on its own node modules, that were NOT
locked using a yarn lock file. This commit adds one, and specifically
locks it to a `@types/node` version that does not include the most
recent patch release (which seemingly introduced a breaking change)
that causes issues with TypeScript's lib checking.

Whenever we perform lock file maintenance in the future, we have the
following options:

- Consider disabling lib checking via `skipLibCheck` for this test. This
  may be acceptable.
- Continue locking the node version,
- Waiting for chokidar to comply with the new signature
- Waiting for the breaking change to be rolled back.

Culprit change:
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/68300

PR Close #54048
2024-01-24 14:57:05 +01:00
..
adev-preview-build.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
adev-preview-deploy.yml ci: provide proper location for artifacts to allow for firebase to find the artifacts for deployment (#53960) 2024-01-18 18:08:30 +01:00
aio-preview-build.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
aio-preview-deploy.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
assistant-to-the-branch-manager.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
benchmark-compare.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
ci-privileged.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
ci.yml build: ensure zone.js typing test is hermetic (#54048) 2024-01-24 14:57:05 +01:00
dev-infra.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
feature-requests.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
google-internal-tests.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
merge-ready-status.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
monitoring.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
scorecard.yml build: update scorecard action dependencies (#53607) 2023-12-18 15:32:03 +00:00
update-cli-help.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00
update-events.yml build: update cross-repo angular dependencies (#53970) 2024-01-18 17:16:34 +01:00