Skip to content

Commit

Permalink
using node 16 for xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 23, 2023
1 parent 2d9dd74 commit 2072b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: npm install
- run: npm run compile
- name: Run headless test
uses: coactions/setup-xvfb@v1.0.1
uses: smithki/xvfb-action@v1.1.2
with:
run: npm run test:e2e
options: --disable-features=NetworkService --disable-gpu
Expand Down

0 comments on commit 2072b4d

Please sign in to comment.