diff --git a/.github/workflows/verify-build-and-tests.yml b/.github/workflows/verify-build-and-tests.yml index d6d6d2d..9b78170 100644 --- a/.github/workflows/verify-build-and-tests.yml +++ b/.github/workflows/verify-build-and-tests.yml @@ -8,7 +8,7 @@ on: jobs: verify: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large strategy: fail-fast: false # dont have failures in one node version cancel tests in another @@ -16,12 +16,12 @@ jobs: node-version: [20.x] # TODO: add 22.x after upgrade to backstage 1.33 https://github.com/backstage/backstage/issues/27626#issuecomment-2476133326 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: '0' - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: ${{ matrix.node-version }}