From e8aadce47e8070369ff4af6341dfb97ef6bfb95b Mon Sep 17 00:00:00 2001 From: Benoit Ruiz Date: Tue, 21 Mar 2023 13:55:15 +0100 Subject: [PATCH] Test on Node 16.x and 18.x --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a63a2996..431811e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [6.x, 8.x, 10.x, 12.x, 14.x] + node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}