We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03aad44 commit 876d8c2Copy full SHA for 876d8c2
.github/workflows/deploy-docs.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Node.js
13
uses: actions/setup-node@v2
14
with:
15
- node-version: '14.x'
+ node-version: '20'
16
# Pre-check to validate that versions match between package.json
17
# and package-lock.json. Needs to run before npm install
18
- name: Validate package.json and package-lock.json versions
.github/workflows/generate-javascript.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Node
24
uses: actions/setup-node@v4
25
26
- node-version: '18'
27
- name: Generate Openapi
28
run: |
29
echo "export KUBERNETES_BRANCH=${{ github.event.inputs.kubernetesBranch }} >> ./settings"
0 commit comments