diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index eede32a..7b1414c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} @@ -34,6 +34,7 @@ jobs: node-version: 16.x - run: npm ci # install dependencies - run: npm run prettier:check + - run: npm run lint release: needs: