Skip to content

Commit

Permalink
chore: remove package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Sep 13, 2024
1 parent 2ea26f9 commit 508b10f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7,927 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
run:
name: Node ${{ matrix.node }}
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand All @@ -25,8 +25,6 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

- name: Install npm dependencies
run: npm ci
- run: npm install

- name: Run tests
run: npm test
- run: npm test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.log
/node_modules/
/package-lock.json
/lib/adapter.js
Loading

0 comments on commit 508b10f

Please sign in to comment.