diff --git a/.github/workflows/daily-project-check.yml b/.github/workflows/daily-project-check.yml index 687f8ded..5f641aa5 100644 --- a/.github/workflows/daily-project-check.yml +++ b/.github/workflows/daily-project-check.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] os: [ubuntu-latest, windows-latest, macOS-latest] steps: @@ -37,10 +37,10 @@ jobs: # steps: # - uses: actions/checkout@v1 - # - name: Use Node.js 12 + # - name: Use Node.js 14 # uses: actions/setup-node@v1 # with: - # node-version: 12 + # node-version: 14 # - name: e2e chrome test # run: | # npm i diff --git a/.github/workflows/project-check.yml b/.github/workflows/project-check.yml index a7a91357..34732eba 100644 --- a/.github/workflows/project-check.yml +++ b/.github/workflows/project-check.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x] + node-version: [14.x] os: [ubuntu-latest, windows-latest, macOS-latest] steps: @@ -40,10 +40,10 @@ jobs: # steps: # - uses: actions/checkout@v1 - # - name: Use Node.js 12 + # - name: Use Node.js 14 # uses: actions/setup-node@v1 # with: - # node-version: 12 + # node-version: 14 # - name: e2e chrome test # run: | # npm i