We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a013d commit 9cb9c21Copy full SHA for 9cb9c21
.github/workflows/unit-test.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
os: [ubuntu-latest, windows-latest]
34
- node: [16, 18]
+ node: [18, 20]
35
fail-fast: false
36
37
steps:
0 commit comments