From 062a6eb3cf0c48636c62fe00ae4b2ee0c17233c3 Mon Sep 17 00:00:00 2001 From: Arash Mousavi Date: Mon, 27 May 2024 10:42:28 +0100 Subject: [PATCH] Update node test versions and workflow --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3a0a3b4..b49546d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,12 +16,12 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x, 16.x] + node-version: [16.x, 18.x, 20.x, 21.x, 22.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: yarn install