From a4f75da0a084512b939e954d326bc1acb6538389 Mon Sep 17 00:00:00 2001 From: KaKa Date: Thu, 9 Jun 2022 14:43:42 +0800 Subject: [PATCH] ci: update node version --- .github/workflows/ci.yml | 2 +- .github/workflows/package-manager-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 395374b..75ec325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: # Maintenance and active LTS - node-version: [10, 12, 14, 16] + node-version: [14, 16, 18] os: [ubuntu-latest, windows-latest, macOS-latest] name: Node ${{ matrix.node-version }} diff --git a/.github/workflows/package-manager-ci.yml b/.github/workflows/package-manager-ci.yml index 5764156..e8d25ea 100644 --- a/.github/workflows/package-manager-ci.yml +++ b/.github/workflows/package-manager-ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # Maintenance and active LTS - node-version: [10, 12, 14, 16] + node-version: [14, 16, 18] os: [ubuntu-latest] steps: @@ -40,7 +40,7 @@ jobs: strategy: matrix: # Maintenance and active LTS - node-version: [10, 12, 14, 16] + node-version: [14, 16, 18] os: [ubuntu-latest] steps: