We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5158ec5 commit c491d3aCopy full SHA for c491d3a
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ${{ matrix.os }}
26
strategy:
27
matrix:
28
- node-version: [10.x, 12.x, 14.x]
+ node-version: [18.x, 20.x, 22.x]
29
os: [ubuntu-latest, macos-latest]
30
31
steps:
0 commit comments