Skip to content

Commit 95efb6c

Browse files
committed
chore(workflow): run check only on newest node version
1 parent 3d4eb2b commit 95efb6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
npm run build:benchmarks
134134
135135
- name: Check
136+
# only run on newest node version
137+
if: matrix.node-version == '20.x'
136138
run: |
137139
npm run check
138140
env:

0 commit comments

Comments
 (0)