瀏覽代碼

update workflows

tags/2.11.0
Caven Chen 3 年之前
父節點
當前提交
65a6d166a4
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      .github/workflows/build.yml
  2. 1
    1
      .github/workflows/dev.yml

+ 1
- 1
.github/workflows/build.yml 查看文件



strategy: strategy:
matrix: matrix:
node-version: [10.x, 12.x]
node-version: [14.x, 16.x]


steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

+ 1
- 1
.github/workflows/dev.yml 查看文件



strategy: strategy:
matrix: matrix:
node-version: [10.x, 12.x]
node-version: [14.x, 16.x]


steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

Loading…
取消
儲存