Skip to content

Commit f136a67

Browse files
committed
ci: test with chp running on node's latest LTS version
1 parent 49218c3 commit f136a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: "${{ matrix.python-version }}"
5353
- uses: actions/setup-node@v4
5454
with:
55-
node-version: "18"
55+
node-version: "lts/*"
5656

5757
- name: Install configurable-http-proxy
5858
run: |

0 commit comments

Comments
 (0)