Skip to content

Commit f3ea603

Browse files
committed
chore: drop support for node 14 and 16
1 parent 8826977 commit f3ea603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
node: [14, 16, 18]
32+
node: [18, 20]
3333
react: ['18.x', latest, canary, experimental]
3434
runs-on: ubuntu-latest
3535
steps:

0 commit comments

Comments
 (0)