Skip to content

Commit

Permalink
remove lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Sep 13, 2024
1 parent f7bc1b0 commit c724b16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
node-version: 18
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
with:
useLockFile: false
- name: Lint
run: yarn lint
- name: Prettier
Expand Down

0 comments on commit c724b16

Please sign in to comment.