diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 229cd3b86..837d06774 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: npm run build - name: javascript tests - uses: GabrielBB/xvfb-action@v1.6 + uses: GabrielBB/xvfb-action@v1.7 with: working-directory: ./javascript run: npm run test @@ -50,7 +50,7 @@ jobs: npm run build - name: test examples - uses: GabrielBB/xvfb-action@v1.6 + uses: GabrielBB/xvfb-action@v1.7 with: working-directory: ./examples/browser run: npm run test