From b2b73d05c22669151bfb98f2ad065e63080d8d27 Mon Sep 17 00:00:00 2001 From: Hex Date: Mon, 20 Nov 2023 10:15:30 +0800 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 07bad9d..be2d0a6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,12 +21,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install modules - - run: npm i - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' - - name: Run + - name: Install modules + - run: npm i - run: npm run lint