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 3789ef9 commit b9d6695Copy full SHA for b9d6695
.github/workflows/main.yml
@@ -17,5 +17,7 @@ jobs:
17
node-version: 18
18
cache: npm
19
20
- - run: npm ci
+ # Working around https://github.com/npm/cli/issues/4828
21
+ # - run: npm ci
22
+ - run: npm install --no-package-lock
23
- run: npm run build
0 commit comments