From 561fcf53fa3251edae9157dd9e85d4910437656e Mon Sep 17 00:00:00 2001 From: Adrien Joly <531781+adrienjoly@users.noreply.github.com> Date: Sat, 23 Apr 2022 10:35:14 +0200 Subject: [PATCH] ci: Run linter on CI + tests on Node.js 18 (#117) --- .github/workflows/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: