From 51aaea2e96f2a45cd9c3187b9abaf615e4b16f20 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 4 Jan 2023 18:38:02 +0100 Subject: [PATCH] Update node from 12.x to 19.x for the openapi-validator Signed-off-by: DL6ER --- .github/workflows/{test.yml => openapi-validator.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test.yml => openapi-validator.yml} (88%) diff --git a/.github/workflows/test.yml b/.github/workflows/openapi-validator.yml similarity index 88% rename from .github/workflows/test.yml rename to .github/workflows/openapi-validator.yml index 92d100e5..1f52a5cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/openapi-validator.yml @@ -6,7 +6,7 @@ env: CI: true jobs: - run: + openapi-validator: name: Node ${{ matrix.node }} runs-on: ubuntu-latest @@ -17,7 +17,7 @@ jobs: - name: Set Node.js version uses: actions/setup-node@v1 with: - node-version: "12.x" + node-version: "19.x" - name: Install npm dependencies run: npm ci