V3协议 Authorization 字段添加扩展支持 (#157) #523
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
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: '18, 20, 22' | |
secrets: | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |