Skip to content

Commit d2a97e3

Browse files
Revert "Set node version for coactions/setup-xvfb action"
This reverts commit e4803c6.
1 parent e4803c6 commit d2a97e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,13 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
23-
2423
- name: Setup Node.js
2524
uses: actions/setup-node@v4
26-
2725
- name: Install dependencies
2826
run: npm install
29-
3027
- name: Build package
3128
run: npm run build
32-
3329
- name: Run headless test
3430
uses: coactions/setup-xvfb@v1
3531
with:
36-
node-version: '20.x'
3732
run: npm test

0 commit comments

Comments
 (0)