diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index 3febd590..c2b3fefe 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies (if the cached directory was not found) if: steps.node-cache.outputs.cache-hit != 'true' - run: npm ci + run: npm i - name: Create the docs directory run: npm run docs