Skip to content

Commit

Permalink
chore(workflow): run check only on newest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Jan 10, 2024
1 parent 3d4eb2b commit 95efb6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
npm run build:benchmarks
- name: Check
# only run on newest node version
if: matrix.node-version == '20.x'
run: |
npm run check
env:
Expand Down

0 comments on commit 95efb6c

Please sign in to comment.