···1616 node-version: 18.x
1717 cache: 'npm'
18181919- - run: npm ci
1919+ # until typedoc-inline-sources is updated we need to force install
2020+ - run: npm ci --force
2021 - run: npm run build
21222223 - name: Create the docs directory locally in CI