Skip to content

Commit

Permalink
remove lock requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Sep 13, 2024
1 parent dd066b2 commit 67ef1eb
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -21,6 +21,8 @@ jobs:

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
with:
useLockFile: false

- name: Lint
run: yarn lint
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.cache
dist
.vscode
yarn.lock

0 comments on commit 67ef1eb

Please sign in to comment.