1
0
CareyWong 3 жил өмнө
parent
commit
68b9b929dd

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

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