diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 127222713a2ea257a970990e7480abd2145df7f1..c8ec05ab5447978fed5f94b8c4e5b8676b6fb0ef 100644 --- a/.github/workflows/ci.yml +++ b/.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-') diff --git a/.github/workflows/compatible.yml b/.github/workflows/compatible.yml index d206c78ae45f5b0799024f0088bacfd3d7180a70..da7eb0548874f236847d145ae49043a774afca34 100644 --- a/.github/workflows/compatible.yml +++ b/.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' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07fc6bbdb2d5b539e7e1fb84cf76f2c49bd907b5..20cd6b0c966e127cb4d840080bfb311d886cedd3 100644 --- a/.github/workflows/test.yml +++ b/.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-')