From 2a7f9641e6210a41678c9be6403c026fe6bc4c9e Mon Sep 17 00:00:00 2001 From: antonk52 Date: Sat, 18 Nov 2023 21:24:33 +0000 Subject: [PATCH] update GH actions node.js vesions to test against --- .github/workflows/nodejs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yaml b/.github/workflows/nodejs.yaml index 5588c3f..e9aa170 100644 --- a/.github/workflows/nodejs.yaml +++ b/.github/workflows/nodejs.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v1 @@ -22,7 +22,6 @@ jobs: - name: build run: npm run build - name: check codestyle - if: matrix.node-version != '10.x' run: npm run lint - name: tests run: npm run test