Thanks to visit codestin.com Credit goes to github.com
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 ecaf510 commit e86f386Copy full SHA for e86f386
.github/workflows/ci.yml
@@ -41,10 +41,6 @@ jobs:
41
node-version: ${{ matrix.node }}
42
- name: Install dependencies
43
run: npm install
44
- if: ${{ !startswith(matrix.node, '15') }}
45
- - name: Install dependencies
46
- run: npm install --legacy-peer-deps
47
- if: ${{ startswith(matrix.node, '15') }}
48
- name: Build commonjs
49
run: npm run build
50
- name: Run tests
0 commit comments