Skip to content

Commit 0340e19

Browse files
authored
Merge pull request #503 from benjamn/simplify-ts-build-pipeline
Simplify TypeScript/Rollup build/bundling pipeline
2 parents 4301eac + 053a14c commit 0340e19

File tree

15 files changed

+73
-647
lines changed

15 files changed

+73
-647
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
node_version: ['10', '12', '14', '15', '16']
15+
node_version: ['14', '16', '18', '19']
1616
os: [ubuntu-latest]
1717

1818
steps:

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
.reify-cache
77
tsconfig.json
88
tsconfig.rollup.json
9+
tsconfig.es5.json
910
rollup.config.js

0 commit comments

Comments
 (0)