Skip to content

Commit

Permalink
build: replace @pika/build with esbuild and tsc (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Oct 8, 2023
1 parent 331cb28 commit eb71777
Show file tree
Hide file tree
Showing 8 changed files with 7,216 additions and 22,322 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
strategy:
matrix:
node_version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand All @@ -34,6 +33,6 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
node-version: 18
- run: npm ci
- run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/update-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
node-version: 18
- run: npm ci
- run: npm run lint:fix
- uses: gr2m/create-or-update-pull-request-action@v1.x
Expand Down
Loading

0 comments on commit eb71777

Please sign in to comment.