From 4bb3b7b3704d8aa4f4133935752c8f5253f73679 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Wed, 2 Aug 2023 02:18:43 +0200 Subject: [PATCH] refactor: change matrix to just node.js 18 --- .github/workflows/linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 8cac9ec..c097eb0 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18, 20] + node-version: [18] steps: - name: Checkout Git repository uses: actions/checkout@v3.5.3