Skip to content

Commit 876d8c2

Browse files
committed
ci: use node LTS in workflows
1 parent 03aad44 commit 876d8c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v2
1414
with:
15-
node-version: '14.x'
15+
node-version: '20'
1616
# Pre-check to validate that versions match between package.json
1717
# and package-lock.json. Needs to run before npm install
1818
- name: Validate package.json and package-lock.json versions

.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: '18'
26+
node-version: '20'
2727
- name: Generate Openapi
2828
run: |
2929
echo "export KUBERNETES_BRANCH=${{ github.event.inputs.kubernetesBranch }} >> ./settings"

0 commit comments

Comments
 (0)