We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7ecdc commit 2329ad5Copy full SHA for 2329ad5
.github/workflows/verifications.yml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
fail-fast: false
35
matrix:
36
- node: [18.18, 20.9, 21.1]
+ node: [18.18, 20.9, 21.1, 22]
37
eslint: [7.5, 7, 8]
38
steps:
39
- name: Checkout
0 commit comments