We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af7257 commit 7789cc7Copy full SHA for 7789cc7
1 file changed
.github/workflows/test-flow.yml
@@ -9,7 +9,7 @@ jobs:
9
10
strategy:
11
matrix:
12
- node-version: [12.x, 14.x]
+ node-version: [20.x, 22.x, 24.x] # only LTS versions
13
14
steps:
15
- uses: actions/checkout@v2
0 commit comments