From a82b927fc2409e848995d79c0df5550b9134cee8 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 6 May 2022 01:05:02 +0800 Subject: [PATCH] chore: update node version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8502b9..ecf8b42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [12, 14] + node: [14, 16] steps: - name: checkout