Skip to content

Commit

Permalink
Switch more to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jul 6, 2023
1 parent 5b615de commit c1879af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-pushes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
cache: npm
- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm ci
- name: Check files are formatted with Prettier
run: npx prettier --check README.md CHANGELOG.md CONTRIBUTING.md package.json "packages/**/*.{js,jsx,ts,tsx,md,mdx,json}"
- name: Check TypeScript typings
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x

cache: npm
- name: Install dependencies
run: npm install --ignore-scripts

Expand Down

0 comments on commit c1879af

Please sign in to comment.