Skip to content

Commit

Permalink
chore: remove lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly committed Jan 8, 2025
1 parent cbc69ca commit 6e9214a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6,807 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm i
- run: npm run build
- run: npm 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 6e9214a

Please sign in to comment.