Skip to content

Commit de77659

Browse files
committed
run tests in node 20
1 parent 9e52efb commit de77659

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Node setup
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
24-
node-version: "18.20.8"
24+
node-version: "20.19.0"
2525

2626
- name: Build
2727
run: |

0 commit comments

Comments
 (0)