Skip to content

Commit

Permalink
ci: only run lint and verify types on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Dec 19, 2023
1 parent 71469f1 commit 682a4e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-on-push-to-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
run: npm test

- name: Verify Typescript Types
if: matrix.node-version == '20.x'
run: npm run verify-typescript-types

- name: Lint
if: matrix.node-version == '20.x'
run: npm run lint

- name: Release
Expand Down

0 comments on commit 682a4e7

Please sign in to comment.