From 0c83c249e672b2099c457e0d0b16836939ebf218 Mon Sep 17 00:00:00 2001 From: Dyllon Date: Thu, 23 Feb 2023 16:06:44 +0800 Subject: [PATCH] bump ci test 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 5bcaf3e..b249061 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "16" - name: Setup Python uses: actions/setup-python@v2