diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a24c67..b811084 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,10 +17,13 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Install dependencies run: npm install - name: Run tests run: npm test + + - name: Lint code + run: npm run lint