We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472e81d commit 5c8072aCopy full SHA for 5c8072a
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, windows-latest]
17
- node-version: ['18.x', '20.x', '22.x']
+ node-version: ['18.x', '20.x', '22.x', '23.x']
18
19
steps:
20
- name: Checkout
0 commit comments