Skip to content

Commit

Permalink
Merge pull request kubernetes-client#1919 from kubernetes-client/ms/u…
Browse files Browse the repository at this point in the history
…pdate-node-in-workflow-release-1.x

ci: use node LTS in workflows
  • Loading branch information
k8s-ci-robot authored Oct 11, 2024
2 parents c1871c9 + 876d8c2 commit 2aeac55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '20'
# Pre-check to validate that versions match between package.json
# and package-lock.json. Needs to run before npm install
- name: Validate package.json and package-lock.json versions
Expand Down
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: '18'
node-version: '20'
- name: Generate Openapi
run: |
echo "export KUBERNETES_BRANCH=${{ github.event.inputs.kubernetesBranch }} >> ./settings"
Expand Down

0 comments on commit 2aeac55

Please sign in to comment.