We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7001be commit 7c79c33Copy full SHA for 7c79c33
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
timeout-minutes: 30
14
strategy:
15
matrix:
16
- node-version: [ 18.x, 20.x, 21.x ]
+ node-version: [ 18.x, 20.x, 21.x, 22.x ]
17
os:
18
- macos-latest
19
- ubuntu-latest
0 commit comments