We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d76a4a commit 185e314Copy full SHA for 185e314
.github/workflows/validate.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- node: [12, 14, 16]
+ node: [12, 14, 16, 18]
24
react: [latest, next, experimental]
25
runs-on: ubuntu-latest
26
steps:
0 commit comments