Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: run node16 only
Browse files Browse the repository at this point in the history
TkDodo committed Jul 13, 2022
1 parent 172825e commit b81f091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
env:
REACTJS_VERSION: ${{ matrix.react }}
- run: npm run test:size
if: matrix.node == '14' && matrix.react == '18'
if: matrix.react == '18'
env:
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
- name: Upload coverage to Codecov

0 comments on commit b81f091

Please sign in to comment.