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