Skip to content

Commit

Permalink
chore: use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 22, 2023
1 parent 6ce5057 commit de06a49
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@ jobs:
with:
ref: ${{ env.REF_BRANCH }}

- name: Setup pnpm
uses: pnpm/[email protected]

- name: Use Node.js
uses: actions/setup-node@v3
with:
registry-url: "https://registry.npmjs.org"
node-version: 20.x
cache: "pnpm"
cache: "npm"

- name: Run Action
id: dependabot
Expand Down

0 comments on commit de06a49

Please sign in to comment.