From e5ab8743c954900ce768958525b1c43fb64b0717 Mon Sep 17 00:00:00 2001 From: Aleks Date: Fri, 15 Sep 2023 14:15:32 +0000 Subject: [PATCH] nodejs version updated --- .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 7b2589c..e00850d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x, 13.x] + node-version: [16.x, 17.x, 18.x] steps: - uses: actions/checkout@v1