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.
2 parents f4dbc08 + f8f7f55 commit c4c52c7Copy full SHA for c4c52c7
.github/workflows/generate-javascript.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Node
24
uses: actions/setup-node@v4
25
with:
26
- node-version: '16'
+ node-version: '20'
27
- name: Checkout Gen
28
run: |
29
git clone https://github.com/kubernetes-client/gen
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
registry-url: 'https://registry.npmjs.org'
38
- name: Install dependencies
39
run: npm install
0 commit comments