Skip to content

Commit 5dd91be

Browse files
authored
Merge pull request #115 from legobeat/sync-lockfile
sync lockfile
2 parents 9faadf5 + 911b3e5 commit 5dd91be

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.node }}
20-
- run: npm install
20+
- run: npm ci
2121
- name: Build and run tests
2222
run: |
2323
npm run build --if-present

.npmrc

-1
This file was deleted.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)