Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 21, 2024
1 parent 4c3864b commit cf36d8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
cache: 'npm'
- run: npm i # old versions of npm doesn't support lockfile v3
if: ${{ matrix.node_version < '15' }}
- run: npm ci
- run: npm run coverage
- name: Coveralls Parallel
Expand Down Expand Up @@ -77,9 +75,5 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
cache: "npm"
- run: npm i # old versions of npm doesn't support lockfile v3
if: ${{ matrix.node_version < '15' }}
- run: npm ci
- run: npm run transpile
- run: npm run test
- run: npm run test:cjs

0 comments on commit cf36d8a

Please sign in to comment.