diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c982997..d2414ea 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: lts + node-version: lts/* cache: yarn - name: Install dependencies run: yarn install --immutable --network-timeout=300000