this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

npm `install` → `clean-install`

+1 -1
+1 -1
.github/workflows/test.yml
··· 13 13 - uses: actions/setup-node@v4 14 14 with: 15 15 node-version: ${{matrix.node-version}} 16 - - run: npm install 16 + - run: npm clean-install 17 17 - run: npm test 18 18 coverage: 19 19 name: Coverage