From 969784e5da08b1e099f245c3e1f61af5570a9266 Mon Sep 17 00:00:00 2001 From: michael - blurpesec Date: Fri, 22 Nov 2024 09:03:43 -0800 Subject: [PATCH 1/2] 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 }} From 5df2c6201e0d5af0e973fcb0a1b6d62f9996178b Mon Sep 17 00:00:00 2001 From: michael - blurpesec Date: Fri, 22 Nov 2024 09:05:43 -0800 Subject: [PATCH 2/2] chore: try node 20 instead of 16 --- .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 2085b08170..631c2d6d03 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: [18.x, 16.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}