Skip to content

Commit

Permalink
Merge pull request #1918 from kubernetes-client/ms/update-node-in-wor…
Browse files Browse the repository at this point in the history
…kflow

ci: use node LTS in workflows
  • Loading branch information
k8s-ci-robot authored Oct 11, 2024
2 parents f4dbc08 + f8f7f55 commit c4c52c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- name: Checkout Gen
run: |
git clone https://github.com/kubernetes-client/gen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit c4c52c7

Please sign in to comment.