Skip to content

Commit e4803c6

Browse files
Set node version for coactions/setup-xvfb action
1 parent c7590ee commit e4803c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,18 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
23+
2324
- name: Setup Node.js
2425
uses: actions/setup-node@v4
26+
2527
- name: Install dependencies
2628
run: npm install
29+
2730
- name: Build package
2831
run: npm run build
32+
2933
- name: Run headless test
3034
uses: coactions/setup-xvfb@v1
3135
with:
36+
node-version: '20.x'
3237
run: npm test

0 commit comments

Comments
 (0)