From 3d4c720ac734b3f864f83f5f08540bf22e7024cb Mon Sep 17 00:00:00 2001 From: chaoslee Date: Mon, 25 Nov 2024 11:09:19 +0800 Subject: [PATCH] workspace: [FIXED] ci --- .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 8bc44ca..0c34920 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: