Skip to content

Commit 297c6cc

Browse files
committed
Build: Remove package-lock.json
Put an end to non-actionable zero-impact Dependabot noise for a file not even uploaded to npm, much less used when installing the package. Ref https://timotijhof.net/posts/2024/lockfiles-for-apps-not-packages-still/
1 parent efc2ae0 commit 297c6cc

3 files changed

Lines changed: 5 additions & 5036 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ jobs:
3434
with:
3535
node-version: ${{ matrix.node }}
3636

37-
- name: Install npm dependencies
38-
run: npm ci
37+
- run: npm install
3938

40-
- name: Run tests
41-
run: npm test
39+
- run: npm test
4240

4341
# We test multiple Windows shells because of prior stdout buffering issues
4442
# filed against Grunt. https://github.com/joyent/node/issues/3584

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
node_modules
2-
npm-debug.log
3-
tmp
1+
/node_modules
2+
/npm-debug.log
3+
/package-lock.json

0 commit comments

Comments
 (0)