Skip to content

Commit

Permalink
change pnpm installation gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
hanouticelina committed Nov 15, 2024
1 parent d25af56 commit ca9c544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api_inference_generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: "20"

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

Expand Down

0 comments on commit ca9c544

Please sign in to comment.