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 c0a4f36 commit 7e58428Copy full SHA for 7e58428
.github/workflows/eslint.yml
@@ -14,6 +14,6 @@ jobs:
14
- name: Use Node.js
15
uses: actions/setup-node@v5
16
with:
17
- node-version: "20.x"
+ node-version: "22.x"
18
- run: yarn install
19
- run: yarn run lint
0 commit comments