Skip to content

Commit 7f79776

Browse files
authored
Merge pull request #1435 from mstruebing/mstruebing/ci/deploy-docs
ci: use node lts in deploy docs workflow
2 parents eeb6133 + 72d2ec1 commit 7f79776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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@v4
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

0 commit comments

Comments
 (0)