diff --git a/.github/workflows/openapi-validator.yml b/.github/workflows/openapi-validator.yml index c4d8f34f..26fa7708 100644 --- a/.github/workflows/openapi-validator.yml +++ b/.github/workflows/openapi-validator.yml @@ -12,12 +12,12 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.3.0 - name: Set Node.js version - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: "19.x" + node-version: "18" - name: Install npm dependencies run: npm ci