Skip to content

Commit ba8a02e

Browse files
authored
build: replace @pika/build with esbuild and tsc (#238)
BREAKING CHANGE: drop support for Node < 18
1 parent 3363dc4 commit ba8a02e

File tree

9 files changed

+10398
-16656
lines changed

9 files changed

+10398
-16656
lines changed

.github/workflows/test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
node_version:
15-
- 14
16-
- 16
1715
- 18
16+
- 20
1817
steps:
1918
- uses: actions/checkout@v3
2019
- name: Use Node.js ${{ matrix.node_version }}
@@ -32,7 +31,7 @@ jobs:
3231
- uses: actions/setup-node@v3
3332
with:
3433
cache: npm
35-
node-version: 16
34+
node-version: 18
3635
- run: npm ci
3736
- run: npm run lint
3837
- run: npm run build

.github/workflows/update-prettier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v2
1212
with:
1313
cache: npm
14-
node-version: 16
14+
node-version: 18
1515
- run: npm ci
1616
- run: npm run lint:fix
1717
- uses: gr2m/[email protected]

0 commit comments

Comments
 (0)