We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffff35a commit f809b7dCopy full SHA for f809b7d
.github/workflows/lint.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node
21
uses: actions/setup-node@v4
22
with:
23
- node-version: 16.x
+ node-version: 22.x
24
- name: Install dependencies
25
run: npm install
26
- name: Validate all commits from PR
0 commit comments