Skip to content

Commit

Permalink
ci: use node LTS in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Oct 9, 2024
1 parent f632838 commit f8f7f55
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 f8f7f55

Please sign in to comment.