Skip to content

Commit

Permalink
Update validate-custom-spectral-rules.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
melsk-r authored Feb 8, 2024
1 parent 0182fa7 commit de0ba70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-custom-spectral-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: npm run spectral:rules-test

0 comments on commit de0ba70

Please sign in to comment.