We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49218c3 commit f136a67Copy full SHA for f136a67
.github/workflows/test.yaml
@@ -52,7 +52,7 @@ jobs:
52
python-version: "${{ matrix.python-version }}"
53
- uses: actions/setup-node@v4
54
with:
55
- node-version: "18"
+ node-version: "lts/*"
56
57
- name: Install configurable-http-proxy
58
run: |
0 commit comments