Skip to content

Commit

Permalink
fix: add pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhburade committed Nov 8, 2024
1 parent a6c0aab commit dcbc95e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/updateL2Data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/updateL2DataFull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false

- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit dcbc95e

Please sign in to comment.