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 2bf629a commit 8cfbd2dCopy full SHA for 8cfbd2d
.github/workflows/node.js.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
node-version: 20.6.0
20
cache: 'npm'
21
- - run: npm clean-install --legacy-peer-deps
+ - run: npm install --legacy-peer-deps
22
working-directory: example
23
- run: npm test
0 commit comments