From 3b9e84a47bb63040222770d80376c7362c034c5f Mon Sep 17 00:00:00 2001 From: Vygandas Pliasas Date: Wed, 25 Oct 2023 14:46:41 +0300 Subject: [PATCH] update matrix for currently supported node versions --- .github/workflows/pr_affected_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_affected_code.yml b/.github/workflows/pr_affected_code.yml index 9959906..b6d461d 100644 --- a/.github/workflows/pr_affected_code.yml +++ b/.github/workflows/pr_affected_code.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18] + node-version: [18.x, 19.x, 20.x] steps: - uses: actions/checkout@v3 with: