From 8f839fbf8e7b5c0f9b195f1f7e9781c51c372107 Mon Sep 17 00:00:00 2001 From: GyDi Date: Sun, 20 Nov 2022 23:14:43 +0800 Subject: [PATCH] chore: update ci node version --- .github/workflows/ci.yml | 2 +- .github/workflows/compatible.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12722271..c8ec05ab 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 d206c78a..da7eb054 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 07fc6bbd..20cd6b0c 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-')