diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index e846f52..02a518b 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -34,12 +34,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - # - name: Setup Node # This is still useful because it caches the node_modules so we don't constantly re-install. You don't technically need this, though. - # uses: actions/setup-node@v3 - # with: - # node-version: 20 - # cache: npm # or pnpm / yarn - # cache-dependency-path: 'docs/package-lock.json' # this should be a package-lock.json file + - name: Setup Node # This is still useful because it caches the node_modules so we don't constantly re-install. You don't technically need this, though. + uses: actions/setup-node@v3 + with: + node-version: 20 + cache: npm # or pnpm / yarn + cache-dependency-path: 'docs/package-lock.json' # this should be a package-lock.json file - name: Setup Julia uses: julia-actions/setup-julia@v1 - name: Pull Julia cache