We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fc08a commit 9782734Copy full SHA for 9782734
.github/workflows/validate.yml
@@ -21,7 +21,7 @@ jobs:
21
if: ${{ !contains(github.head_ref, 'all-contributors') }}
22
strategy:
23
matrix:
24
- node: [18, 20]
+ node: [20, 22, 24]
25
runs-on: ubuntu-latest
26
steps:
27
- name: ⬇️ Checkout repo
0 commit comments