Skip to content

Commit 04c1284

Browse files
authored
Update test.yml
Try node 20.x
1 parent 4981e5c commit 04c1284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup node
3333
uses: actions/setup-node@v4
3434
with:
35-
"node-version": 18.x
35+
"node-version": 20.x
3636
- name: npm clean install
3737
run: npm ci
3838
- name: Start Xvfb

0 commit comments

Comments
 (0)