Skip to content

Commit 0958e34

Browse files
committed
Remove unnecessary v8.6 CI test
1 parent 6c92184 commit 0958e34

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

-12
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,3 @@ jobs:
2020
node-version: ${{ matrix.node }}
2121
- run: npm install
2222
- run: npm test
23-
test-expose-http2:
24-
strategy:
25-
matrix:
26-
node: ['8.6']
27-
runs-on: ubuntu-latest
28-
steps:
29-
- uses: actions/checkout@v3
30-
- uses: actions/setup-node@v3
31-
with:
32-
node-version: ${{ matrix.node }}
33-
- run: npm install
34-
- run: NODE_OPTIONS='--expose-http2' npm test

0 commit comments

Comments
 (0)