TypeScript/.github/workflows
Niklas Mollenhauer a21003dbf8
Use npm ci for nightly builds (#40905)
Using [npm ci](https://docs.npmjs.com/cli/ci.html) keeps the builds reproducible.

In this PR, we keep the nightly build en par with the [CI build workflow](https://github.com/microsoft/TypeScript/blob/master/.github/workflows/ci.yml#L33) as well as the [releasable package workflow](https://github.com/microsoft/TypeScript/blob/master/.github/workflows/release-branch-artifact.yaml#L24).
The used package-lock.json is updated [an hour before this workflow](https://github.com/microsoft/TypeScript/blob/master/.github/workflows/update-package-lock.yaml#L7), there should not be any lockfile conflicts.
2020-10-06 12:52:07 -04:00
..
ci.yml Install playwright on demand (#40722) 2020-09-29 12:22:04 -07:00
codeql.yml Add CodeQL security scanning (#38939) 2020-09-04 09:22:42 -07:00
new-release-branch.yaml Update bot email address 2020-08-19 18:01:29 -07:00
nightly.yaml Use npm ci for nightly builds (#40905) 2020-10-06 12:52:07 -04:00
release-branch-artifact.yaml Adopt package-lock.json and npm ci 2020-08-19 16:50:23 -07:00
set-version.yaml Update bot email address 2020-08-19 18:01:29 -07:00
sync-branch.yaml Pull all history in branch sync script 2020-09-14 19:55:36 -07:00
twoslash-repros.yaml Adds latest version of TypeScript to the repro code (#39641) 2020-07-17 15:15:49 -04:00
update-lkg.yml Update bot email address 2020-08-19 18:01:29 -07:00
update-package-lock.yaml Swallow empty-commit error 2020-08-25 10:16:58 -07:00