Skip to content

Commit 8cfbd2d

Browse files
authored
changed clean-install to install
1 parent 2bf629a commit 8cfbd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
node-version: 20.6.0
2020
cache: 'npm'
21-
- run: npm clean-install --legacy-peer-deps
21+
- run: npm install --legacy-peer-deps
2222
working-directory: example
2323
- run: npm test

0 commit comments

Comments
 (0)