Skip to content

Commit

Permalink
Merge pull request #151 from rwjblue/migrate-to-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 12, 2021
2 parents 181d055 + 439affb commit 486b192
Show file tree
Hide file tree
Showing 5 changed files with 11,021 additions and 3,935 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: install dependencies
run: yarn install --non-interactive --frozen-lockfile
- run: yarn lint:js
- run: yarn test
run: npm ci
- run: npm run lint:js
- run: npm test

release-it-compat:
name: "release-it@${{ matrix.release-it-version }}"
Expand All @@ -41,7 +41,7 @@ jobs:
with:
node-version: 14
- name: install dependencies
run: yarn install --non-interactive --frozen-lockfile
- run: yarn add --dev release-it@${{ matrix.release-it-version }}
- run: yarn lint:js
- run: yarn test
run: npm ci
- run: npm install --saveDev release-it@${{ matrix.release-it-version }}
- run: npm run lint:js
- run: npm test

0 comments on commit 486b192

Please sign in to comment.