diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7eb05d0..46eb67c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: name: OS ${{ matrix.os }} Node.js ${{ matrix.node }} steps: - name: Install Chrome - uses: browser-actions/setup-chrome@latest + uses: browser-actions/setup-chrome@latest - name: Checkout the repository uses: actions/checkout@v2 - name: Install Node.js ${{ matrix.node }} @@ -23,4 +23,4 @@ jobs: - name: Run unit tests run: yarn unit env: - FORCE_COLOR: 2 \ No newline at end of file + FORCE_COLOR: 2