Skip to content

Commit dfd886e

Browse files
jeswrchelseapinka
andauthored
breaking: use rollup-plugin-typescript (#556)
* breaking: use rollup-plugin-typescript * BREAKING CHANGE: migrate to use rollup/plugin-typescript * chore: remove unused dependencies * chore: upgrade to latest version of next * chore: drop node 16 test --------- Co-authored-by: Chelsea Pinka <4137008+chelseapinka@users.noreply.github.com>
1 parent a518104 commit dfd886e

File tree

10 files changed

+122
-276
lines changed

10 files changed

+122
-276
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
matrix:
2020
environment-name: ["ESS PodSpaces"]
2121
os: [ubuntu-latest]
22-
# Workspaces support was added from npm 7, so Node 14 isn't supported to
23-
# build this library.
24-
node-version: ["16", "18", "20"]
22+
node-version: ["18", "20"]
2523
steps:
2624
- uses: actions/checkout@v4
2725
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)