From 81d9a8b6dde92ca4e456cc4fcffc28ebdfa6b4a4 Mon Sep 17 00:00:00 2001 From: yanxj0 <291730498@qq.com> Date: Fri, 26 Apr 2024 09:00:43 +0800 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6d573d7..39551e2 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, 18.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -28,4 +28,3 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test