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