diff --git a/.github/workflows/pull_request.workflow.yml b/.github/workflows/pull_request.workflow.yml index 9adbe97f..4afb21b0 100644 --- a/.github/workflows/pull_request.workflow.yml +++ b/.github/workflows/pull_request.workflow.yml @@ -11,7 +11,6 @@ jobs: node-version: ["16", "18", "20"] steps: - uses: actions/checkout@v3 - uses: actions/cache@v3 env: cache-name: cache-node-modules with: @@ -49,8 +48,6 @@ jobs: node-version: ["16", "18", "20"] steps: - uses: actions/checkout@v3 - with: - submodules: "recursive" - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}