Skip to content

Commit

Permalink
Merge pull request #115 from legobeat/sync-lockfile
Browse files Browse the repository at this point in the history
sync lockfile
  • Loading branch information
paulmillr authored Aug 28, 2024
2 parents 9faadf5 + 911b3e5 commit 5dd91be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm ci
- name: Build and run tests
run: |
npm run build --if-present
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false

0 comments on commit 5dd91be

Please sign in to comment.