Skip to content

Commit ce7d9d5

Browse files
authored
chore: Add package-lock (#120)
1 parent 653b5e8 commit ce7d9d5

6 files changed

Lines changed: 5876 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
steps:
1717
- uses: actions/setup-node@v4
1818
- uses: actions/checkout@v4
19-
- run: npm i
19+
- run: npm ci
2020
- run: npm run lint

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: 24
1919

2020
- name: Install dependencies
21-
run: npm i
21+
run: npm ci
2222

2323
- name: Run tests and generate coverage
2424
run: npm run gen:coverage

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node }}
3030

31-
- run: npm i
31+
- run: npm ci
3232
- run: npm run lint
3333
- run: npm test
3434
env:

.github/workflows/type-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: '24'
1818

1919
- name: Install dependencies
20-
run: npm i
20+
run: npm ci
2121

2222
- name: Run type check
2323
run: npm run check:types

.npmrc

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

0 commit comments

Comments
 (0)