Skip to content

Commit

Permalink
ci: use node lts in deploy docs workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mstruebing committed Nov 21, 2023
1 parent 3610c1b commit 72d2ec1
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 72d2ec1

Please sign in to comment.