diff --git a/.github/workflows/validate-custom-spectral-rules.yaml b/.github/workflows/validate-custom-spectral-rules.yaml index 1a60e23..8de090a 100644 --- a/.github/workflows/validate-custom-spectral-rules.yaml +++ b/.github/workflows/validate-custom-spectral-rules.yaml @@ -25,8 +25,8 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '12' + node-version: '20' - name: Install dependencies run: npm install - name: validate custom spectral rules - run: npm run spectral:rules-test \ No newline at end of file + run: npm run spectral:rules-test