Skip to content

Commit

Permalink
Merge pull request #203 from timolins/pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins authored Jul 8, 2022
2 parents b19f6c8 + 9da3b6e commit e77d701
Show file tree
Hide file tree
Showing 24 changed files with 13,210 additions and 32,741 deletions.
31 changes: 12 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,17 @@ jobs:
build:
name: Build, lint, and test
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v2

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
node-version: ${{ matrix.node }}

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1

- name: Lint
run: yarn lint

# - name: Test
# run: yarn test --ci --coverage --maxWorkers=2

- name: Build
run: yarn build
version: 7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build package
run: pnpm build
5 changes: 4 additions & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ jobs:
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 7
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Loading

1 comment on commit e77d701

@vercel
Copy link

@vercel vercel bot commented on e77d701 Jul 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.