Skip to content

Commit

Permalink
Use Jest 28
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent 549ac9e commit a07e7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Run jest --shard=${{ format('{0}/{1}', matrix.shard-index, matrix.shard-count) }}
run: |
npx \
--package jest@29 \
--package jest@28 \
--package @babel/plugin-transform-runtime \
--package @babel/preset-env \
--package @babel/preset-react \
Expand Down

0 comments on commit a07e7cc

Please sign in to comment.