We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33b40a commit 044d933Copy full SHA for 044d933
1 file changed
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- node: [10, 12, 14, 20]
+ node: [10, 12, 14, 20, 24]
17
os: [ubuntu-latest, windows-latest]
18
19
steps:
0 commit comments