chore: remove lock file
This commit is contained in:
parent
cd4692bfac
commit
493e090068
|
@ -20,7 +20,7 @@ jobs:
|
|||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
- run: npm i
|
||||
- run: npm run lint
|
||||
- run: npm test
|
||||
- run: npm run build
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
with:
|
||||
node-version: 14
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm i
|
||||
- name: Build module
|
||||
run: npm run build
|
||||
- name: Release
|
||||
|
|
|
@ -5,3 +5,4 @@ coverage
|
|||
npm-debug.log
|
||||
lib
|
||||
TODO.md
|
||||
package-lock.json
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue