Skip to content

Commit

Permalink
Merge pull request #1435 from mstruebing/mstruebing/ci/deploy-docs
Browse files Browse the repository at this point in the history
ci: use node lts in deploy docs workflow
  • Loading branch information
k8s-ci-robot authored Nov 21, 2023
2 parents eeb6133 + 72d2ec1 commit 7f79776
Showing 1 changed file with 1 addition and 1 deletion.
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@v4
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

0 comments on commit 7f79776

Please sign in to comment.