Skip to content

Commit

Permalink
try fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jul 26, 2023
1 parent 66cc6e5 commit 6ac3c05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-js/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ runs:
- name: Install Dependencies
shell: bash
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: pnpm i --frozen-lockfile
run: pnpm install
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

0 comments on commit 6ac3c05

Please sign in to comment.