diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1272227..c8ec05a 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 d206c78..da7eb05 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 07fc6bb..20cd6b0 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-')