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