From 7c11a021c0e9a238a7fee85e8b8d8d0a0fea3ccb Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 5 May 2023 01:54:16 +0000 Subject: [PATCH] Drop v16 from ci, it will be out in 4 months --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2c6849b..bb72462 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [16, 18, 20] + node: [18, 20] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node }}