wip: test upgrading to latest versions of dependencies which include breaking changes

This commit is contained in:
2025-03-06 00:40:56 +00:00
parent 9c79e61e2c
commit 0b17a543d3
3 changed files with 101 additions and 91 deletions

View File

@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: make docs
- name: Verify no changes after docs build
run: |