Skip to content

Commit ca9c544

Browse files
committed
change pnpm installation gh action
1 parent d25af56 commit ca9c544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/api_inference_generate_documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repo
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v3
2626

2727
- name: Setup Node
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v3
2929
with:
3030
node-version: "20"
3131

3232
- name: Install pnpm
33-
uses: pnpm/action-setup@v4
33+
uses: pnpm/action-setup@v2
3434
with:
3535
run_install: true
3636

0 commit comments

Comments
 (0)