浏览代码

Run tests on Node.js 14 & 15 as well

tags/v4.2.0
Phillip Johnsen 5 年前
父节点
当前提交
de09ecaa56
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/verify.yml

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

@@ -8,7 +8,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1


正在加载...
取消
保存