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