Skip to content

Commit

Permalink
Switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Oct 28, 2024
1 parent 00bcd2c commit d479aab
Show file tree
Hide file tree
Showing 4 changed files with 6,160 additions and 3,535 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache: npm

- run: yarn install --immutable
- run: yarn build
- run: npm ci
- run: npm run build

- name: Verify that `yarn build` did not change outputs
- name: Verify that `npm run build` did not change outputs
run: git diff --exit-code

- run: yarn test
- run: yarn lint
- run: npm test
- run: npm run lint
Loading

0 comments on commit d479aab

Please sign in to comment.