diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79edebd..306cdb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,6 @@ jobs: - run: npm install - run: npm run build - name: run headless test - uses: GabrielBB/xvfb-action@v1.0 + uses: GabrielBB/xvfb-action@v1.4 with: run: npm test