Skip to content

Commit b1c22f2

Browse files
committed
Move to package-lock since we have no runtime deps anyway
This was previously avoided as for libraries it can hide downstream issues: a lock here means we don't use the runtime dependencies that real downstream libraries will end up running. In our case though, we don't actually have any runtime dependencies at all, so this is a bit pointless and creates unnecessary fragility.
1 parent b3be992 commit b1c22f2

File tree

3 files changed

+5808
-2
lines changed

3 files changed

+5808
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
with:
2121
toolchain: stable
2222

23-
- run: npm install --no-package-lock
23+
- run: npm ci
2424
- run: npm test

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)