Skip to content

Commit 6750977

Browse files
committed
Add conditional
1 parent 0119054 commit 6750977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
- name: Lint
3333
run: npm run lint
34+
if: ${{ startsWith(node-version, '18.') }}
3435

3536
- name: Test
3637
run: npm test

0 commit comments

Comments
 (0)