.github/workflows/nodejs.yml name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [8.x, 10.x, ...
確定! 回上一頁