瀏覽代碼

GitHub actions update

John L 3 年之前
父節點
當前提交
bca296ee37
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .github/workflows/master.yml
  2. 1 1
      .github/workflows/pull_requests.yml
  3. 1 1
      .github/workflows/releases.yml

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

@@ -14,7 +14,7 @@ jobs:
     - name: Set node version
       uses: actions/setup-node@v1
       with:
-        node-version: '10.x'
+        node-version: '16.x'
 
     - name: Install
       run: |

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

@@ -13,7 +13,7 @@ jobs:
     - name: Set node version
       uses: actions/setup-node@v1
       with:
-        node-version: '10.x'
+        node-version: '16.x'
 
     - name: Install
       run: |

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

@@ -14,7 +14,7 @@ jobs:
     - name: Set node version
       uses: actions/setup-node@v1
       with:
-        node-version: '10.x'
+        node-version: '16.x'
 
     - name: Install
       run: |