pdf.js/.github/workflows
Tim van der Meij 43d390759b
Don't force-install packages in the CI job anymore
In PR #16327 the `eslint-plugin-mozilla` package was updated so we no
longer have to force-install packages, and the force-install flags for
`npm install` were removed. However, the CI job was missing from this
commit, which we fix here. In general force-installing packages
shouldn't be necessary unless there are problems with dependencies,
which we would like to know about, so especially in the CI job it seems
like a good idea to not force-install packages to catch upcoming defects
early on.

Extends 19526d2322.
2023-04-23 12:45:29 +02:00
..
ci.yml Don't force-install packages in the CI job anymore 2023-04-23 12:45:29 +02:00
codeql.yml chore: Set permissions for GitHub actions 2022-06-25 15:32:33 +02:00