We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d7fea commit 55313a8Copy full SHA for 55313a8
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: [ubuntu-latest]
20
- node: [14, 16, 18, 20]
+ node: [14, 16, 18, 20, 22]
21
steps:
22
- uses: actions/checkout@v4
23
with:
0 commit comments