Skip to content

Commit c4c52c7

Browse files
authored
Merge pull request #1918 from kubernetes-client/ms/update-node-in-workflow
ci: use node LTS in workflows
2 parents f4dbc08 + f8f7f55 commit c4c52c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '16'
26+
node-version: '20'
2727
- name: Checkout Gen
2828
run: |
2929
git clone https://github.com/kubernetes-client/gen

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: '16'
36+
node-version: '20'
3737
registry-url: 'https://registry.npmjs.org'
3838
- name: Install dependencies
3939
run: npm install

0 commit comments

Comments
 (0)