We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b62f4c commit ad8b3cdCopy full SHA for ad8b3cd
1 file changed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
matrix:
23
os: [ubuntu-latest, windows-latest]
24
- node: [22.x]
+ node: [20.x]
25
26
runs-on: ${{ matrix.os }}
27
0 commit comments