diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c2e847a..7cc171e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,10 +21,10 @@ jobs: steps: - uses: actions/checkout@v4 + - run: npm i - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm i - run: npm run lint