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