From c77498cf2db192a28bb5bd0715a278f434b6a681 Mon Sep 17 00:00:00 2001 From: Greta Krafsig Date: Thu, 12 Oct 2023 18:18:31 -0400 Subject: [PATCH] fix: remove old node versions --- .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 e8f60f1f..0ee5546f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [8.x, 10.x, 12.x, 14.x, 18.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }}