From 6c4c654952a752204d25ef5a1b37788c0939b6d7 Mon Sep 17 00:00:00 2001 From: Tracy Boehrer Date: Tue, 27 Feb 2024 08:54:50 -0600 Subject: [PATCH] Expanded PR tests to Node 18 --- .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7bd5022c9d..a63e7c547e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,13 +5,9 @@ on: push: branches: - main - - '4.12' - - '4.13' pull_request: branches: - main - - '4.12' - - '4.13' jobs: ci: @@ -21,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu, windows] - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2