We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88c5fe commit 9de707aCopy full SHA for 9de707a
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- node-version: [18.x, 20.x]
+ node-version: [18.x, 20.x, 22.x]
18
steps:
19
- uses: actions/checkout@v4
20
with:
0 commit comments