diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1e2f31e1..9ce30352 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,7 +28,7 @@ jobs: - run: npm install - run: npm run compile - name: Run headless test - uses: coactions/setup-xvfb@v1 + uses: coactions/setup-xvfb@v1.0.1 with: run: npm run test:e2e - name: Unit Tests