Skip to content

Commit

Permalink
build: replace @pika/build with esbuild and tsc (#238)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for Node < 18
  • Loading branch information
Uzlopak committed Sep 28, 2023
1 parent 3363dc4 commit ba8a02e
Show file tree
Hide file tree
Showing 9 changed files with 10,398 additions and 16,656 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
strategy:
matrix:
node_version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand All @@ -32,7 +31,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm run build
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@v2
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

0 comments on commit ba8a02e

Please sign in to comment.