We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03264d commit 719f351Copy full SHA for 719f351
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
timeout-minutes: 3
24
strategy:
25
matrix:
26
- nodejs: [10, 12, 14]
+ nodejs: [18, 20, 22]
27
os: [ubuntu-latest, windows-latest, macOS-latest]
28
steps:
29
- uses: actions/checkout@v2
0 commit comments