Skip to content

Commit 053a14c

Browse files
committed
Upgrade rollup from v2.56.3 to v3.20.0.
Also drop Node.js v12 from CI, since rollup@3 no longer supports it.
1 parent 7decf9f commit 053a14c

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
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: ['12', '14', '16', '18', '19']
15+
node_version: ['14', '16', '18', '19']
1616
os: [ubuntu-latest]
1717

1818
steps:

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/node": "^16.9.1",
4343
"mocha": "^9.1.1",
4444
"rimraf": "^3.0.2",
45-
"rollup": "^2.9.1",
45+
"rollup": "^3.20.0",
4646
"source-map-support": "^0.5.19",
4747
"tslib": "^2.5.0",
4848
"typescript": "^5.0.2"

0 commit comments

Comments
 (0)