Skip to content

Commit 2905b28

Browse files
CLOUDP-293900: Fix failing Postman release job (#349)
1 parent ba2cbcd commit 2905b28

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release-postman.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424

25+
- name: Setup Node
26+
uses: actions/setup-node@v4
27+
with:
28+
node-version: '20.x'
29+
cache: 'npm'
30+
31+
- name: Install npm dependencies
32+
run: npm install
33+
2534
- name: Fetch OpenAPI Specification
2635
working-directory: ./tools/postman
2736
run: |

0 commit comments

Comments
 (0)