소스 검색

chore: update ci node version

GyDi 2 년 전
부모
커밋
005eeb0e0b
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/compatible.yml
  3. 1 1
      .github/workflows/test.yml

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

@@ -37,7 +37,7 @@ jobs:
       - name: Install Node
         uses: actions/setup-node@v1
         with:
-          node-version: 14
+          node-version: 16
 
       - name: Install Dependencies (ubuntu only)
         if: startsWith(matrix.os, 'ubuntu-')

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

@@ -44,7 +44,7 @@ jobs:
       - name: Install Node
         uses: actions/setup-node@v1
         with:
-          node-version: 14
+          node-version: 16
 
       # - name: Install Dependencies (ubuntu18 only)
       #   if: matrix.targets.os == 'ubuntu-18.04'

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

@@ -52,7 +52,7 @@ jobs:
       - name: Install Node
         uses: actions/setup-node@v1
         with:
-          node-version: 14
+          node-version: 16
 
       - name: Install Dependencies (ubuntu only)
         if: startsWith(github.event.inputs.os, 'ubuntu-')