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