Skip to content

feat: support allowH2 on urllib@4 #29

feat: support allowH2 on urllib@4

feat: support allowH2 on urllib@4 #29

Workflow file for this run

name: CI for 3.x
on:
push:
branches: [ 3.x ]
pull_request:
branches: [ 3.x ]
jobs:
Job:
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest, macos-latest, windows-latest'
version: '14, 16, 18, 20, 22'
install: 'npm i -g npminstall && npminstall'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}