Skip to content

Commit 72d2ec1

Browse files
committed
ci: use node lts in deploy docs workflow
Some library uses an operator which is not available in node 14 and therefore deploy docs always fails. We host this documentation on gh-pages and link to it in our `README.md` so this should be up to date.
1 parent 3610c1b commit 72d2ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

+1-1
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)