From 8a9f5b5c3a1e142a39a9413d2c7b454ba8647ad0 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sun, 28 May 2023 20:48:54 +0200 Subject: [PATCH] Run CI for Node 18 & 20 Signed-off-by: David Mehren --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a6d210f3f..bed70d9d4 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['16'] + node: ['16', '18', '20'] name: Node ${{ matrix.node }} steps: - name: Checkout repository diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 487039b2d..322edf1d3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - name: Setup node uses: ./.github/actions/setup-node with: - NODEJS_VERSION: '16' + NODEJS_VERSION: '20' - name: Run ESLint run: yarn run eslint