Skip to content

Commit

Permalink
@testing-library/react-hooks not compatible with node 10, update gith…
Browse files Browse the repository at this point in the history
…ub actions
  • Loading branch information
clement-faure committed Jun 15, 2021
1 parent a48d654 commit e34e1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Create multiple jobs for each node version
strategy:
matrix:
node: [10, 12, 14]
node: [12, 14]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down

0 comments on commit e34e1d7

Please sign in to comment.