From 2e67cf29ac596f57f3f2aba8b7a202d13750b481 Mon Sep 17 00:00:00 2001 From: wyntau <2631733+wyntau@users.noreply.github.com> Date: Mon, 14 Aug 2023 07:45:22 +0800 Subject: [PATCH] chore: update github actions --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a0a438c..12d04b6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: