Skip to content

Commit 343be86

Browse files
authored
ci: update xvfb action #3431
Problem: https://github.com/GabrielBB/xvfb-action is deprecated and hasn't been updated since 2021: Solution: Use https://github.com/coactions/setup-xvfb instead.
1 parent 846a07b commit 343be86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: npm ci
3030
- run: npm run vscode:prepublish
3131
- name: Tests
32-
uses: GabrielBB/xvfb-action@v1
32+
uses: coactions/setup-xvfb@v1
3333
with:
3434
run: npm test
3535
- name: Code coverage

0 commit comments

Comments
 (0)