From 969784e5da08b1e099f245c3e1f61af5570a9266 Mon Sep 17 00:00:00 2001 From: michael - blurpesec Date: Fri, 22 Nov 2024 09:03:43 -0800 Subject: [PATCH] chore: propose update to node 18.x --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4aa482a21f..2085b08170 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: [14.x, 16.x] + node-version: [18.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}