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