浏览代码

chore: upgrade gh action to node 16

Timothy Lin 2 年之前
父节点
当前提交
0655d73f49
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/unit.yml

+ 1 - 1
.github/workflows/unit.yml

@@ -12,7 +12,7 @@ jobs:
       - uses: actions/checkout@v2
       - uses: actions/setup-node@v2
         with:
-          node-version: '14.x'
+          node-version: '16.x'
       - name: Install dependencies
         run: npm ci
       - name: Run unit tests