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 481d7a6 commit a6c0aab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/updateL2Data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2


- 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
6 changes: 6 additions & 0 deletions .github/workflows/updateL2DataFull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- 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 a6c0aab

Please sign in to comment.