Skip to content

Commit b9d6695

Browse files
committed
Revert "Try restoring npm ci"
This reverts commit 3789ef9.
1 parent 3789ef9 commit b9d6695

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717
node-version: 18
1818
cache: npm
1919

20-
- run: npm ci
20+
# Working around https://github.com/npm/cli/issues/4828
21+
# - run: npm ci
22+
- run: npm install --no-package-lock
2123
- run: npm run build

0 commit comments

Comments
 (0)