From 005eeb0e0b9e4b8eb9a0fadcacec924448ddf0c9 Mon Sep 17 00:00:00 2001
From: GyDi <zzzgydi@gmail.com>
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 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-')
-- 
GitLab