From 34e7c737a307434400d9444c152cde678e9b64b6 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Tue, 4 Jun 2024 17:45:57 +0200 Subject: [PATCH] Update node versions --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index eaf4081..42d1791 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x] + node-version: [18.x, 19.x, 20.x, 21.x, 22.x] steps: - uses: actions/checkout@v4 - name: Setup Node.js ${{ matrix.node-version }}