Skip to content

Commit 84472cc

Browse files
committed
chore: Add lockfile
1 parent 1f49d66 commit 84472cc

4 files changed

Lines changed: 2935 additions & 3 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: npm --version
4848

4949
- name: Install npm dependencies
50-
run: npm install
50+
run: npm ci
5151

5252
- name: Run lint
5353
if: ${{ matrix.node > 16 }}

.npmrc

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Flagged-respawn fixes this problem and handles all the edge cases respawning cre
3131
- Making the parent process exit with the same code as the child.
3232
- If the child is killed, making the parent exit with the same signal.
3333

34-
To see it in action, clone this repository and run `npm install` / `npm run respawn` / `npm run nospawn`.
34+
To see it in action, clone this repository and run `npm ci` / `npm run respawn` / `npm run nospawn`.
3535

3636
## Sample Usage
3737

0 commit comments

Comments
 (0)