diff --git a/.github/workflows/tests-cli.yml b/.github/workflows/tests-cli.yml index 6aa239bc15f..4e277be1e35 100644 --- a/.github/workflows/tests-cli.yml +++ b/.github/workflows/tests-cli.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '10.x' - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Cache node modules uses: actions/cache@v1 with: @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '10.x' - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Cache node modules uses: actions/cache@v1 with: @@ -64,7 +64,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '10.x' - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: install, bootstrap run: | yarn bootstrap --core diff --git a/.github/workflows/tests-puppeteer.yml b/.github/workflows/tests-puppeteer.yml index e7590c6e644..4c53f413ef1 100644 --- a/.github/workflows/tests-puppeteer.yml +++ b/.github/workflows/tests-puppeteer.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '10.x' - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Cache node modules uses: actions/cache@v1 with: diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index f3eb332e5d5..d0e9e668d09 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -5,13 +5,13 @@ on: [push] jobs: build: - name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }} - runs-on: ${{ matrix.os }} + name: Core Unit Tests + runs-on: ubuntu-latest steps: - uses: actions/setup-node@v1 with: node-version: '10.x' - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Cache node modules uses: actions/cache@v1 with: