Skip to content

Commit 3789ef9

Browse files
committed
Try restoring npm ci
1 parent e1aa419 commit 3789ef9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

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

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

0 commit comments

Comments
 (0)