浏览代码

Update build.yml

CareyWong 3 年之前
父节点
当前提交
68b9b929dd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -8,11 +8,11 @@ jobs:
 
 
   build:
   build:
     name: Build
     name: Build
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
 
 
     strategy:
     strategy:
       matrix:
       matrix:
-        node-version: [10.x]
+        node-version: [12.x]
 
 
     steps:
     steps:
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2