Skip to content

Commit

Permalink
chore: change type test target
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Feb 20, 2024
1 parent 963f675 commit 787e6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
node-version: lts/*
- run: npm install
- run: npm run test:types -- --target 4.8,5.0,latest
- run: npm run test:types -- --target 5.0,latest

test-node:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
Expand Down

0 comments on commit 787e6c0

Please sign in to comment.