diff --git a/.github/workflows/workflow-executor.yaml b/.github/workflows/workflow-executor.yaml index 9a27fd64..fd99e02a 100644 --- a/.github/workflows/workflow-executor.yaml +++ b/.github/workflows/workflow-executor.yaml @@ -283,11 +283,16 @@ jobs: - name: Tune GitHub-hosted runner network uses: smorimoto/tune-github-hosted-runner-network@v1 - uses: actions/checkout@v3 + with: + ref: main + fetch-depth: 0 - name: Set up Node uses: actions/setup-node@v3 with: node-version: "16.x" registry-url: "https://registry.npmjs.org" + - name: Clear npm cache + run: npm cache clean --force - name: Install dependencies run: npm install - name: Publish