diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index c6e1b4da..cd66d646 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -33,7 +33,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v4 with: - node-version: 10.x + node-version: 18.x - name: Determine npm cache directory id: npm-cache @@ -42,7 +42,7 @@ jobs: - name: Restore npm cache uses: actions/cache@v3 with: - path: ${{ steps.npm-cache.outputs.dir }} + path: ${{ dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node-