Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
chore: remove package-lock.json
Browse files Browse the repository at this point in the history
ci: use npm install
  • Loading branch information
fraxken committed Jul 31, 2024
1 parent 41801d0 commit 44b2c28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7,266 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
run: npm install
- name: Run tests
run: npm run test
automerge:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit 44b2c28

Please sign in to comment.