From 9cf79245e525d8ec2dd217fbc65b6bd9f140f676 Mon Sep 17 00:00:00 2001 From: Anna Shamray Date: Mon, 22 Nov 2021 16:19:59 +0100 Subject: [PATCH] :green_heart: pin OAS linter in github actions --- .github/workflows/lint-oas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-oas.yml b/.github/workflows/lint-oas.yml index 02ed19b0..f67c1497 100644 --- a/.github/workflows/lint-oas.yml +++ b/.github/workflows/lint-oas.yml @@ -25,6 +25,6 @@ jobs: with: node-version: '12' - name: Install spectral - run: npm install -g @stoplight/spectral + run: npm install -g @stoplight/spectral@5 - name: Run OAS linter run: spectral lint ./src/objecttypes/api/${{ matrix.version }}/openapi.yaml