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 e707820 commit 1967af8Copy full SHA for 1967af8
.github/workflows/eslint-version-compatibility.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Node.js
18
uses: actions/setup-node@v3
19
with:
20
- node-version: '22' # Use Node.js 16 for compatibility; adjust if necessary
+ node-version: '22'
21
22
- name: Install dependencies
23
run: npm ci
0 commit comments