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 e8a61c8 commit 9f422a5Copy full SHA for 9f422a5
.github/workflows/eslint.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/setup-node@v5
21
with:
22
node-version: '22'
23
+ package-manager-cache: false
24
- name: Install node dependencies
25
run: pnpm install
26
- name: Run JavaScript linter
.github/workflows/javascript.yml
@@ -25,6 +25,7 @@ jobs:
27
28
29
30
31
- name: Run tests
0 commit comments