We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846a07b commit 343be86Copy full SHA for 343be86
.github/workflows/node.js.yml
@@ -29,7 +29,7 @@ jobs:
29
- run: npm ci
30
- run: npm run vscode:prepublish
31
- name: Tests
32
- uses: GabrielBB/xvfb-action@v1
+ uses: coactions/setup-xvfb@v1
33
with:
34
run: npm test
35
- name: Code coverage
0 commit comments