Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Feb 12, 2025
1 parent c3a75d8 commit 578eed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
run_install: false

- name: Install Node 20.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
run_install: false

- name: Install Node ${{ matrix.node-version }}
Expand Down

0 comments on commit 578eed8

Please sign in to comment.