Skip to content

Commit ce1484d

Browse files
committed
chore!: bump minimum node version and pin back rollup-plugin-ts
1 parent c9ab308 commit ce1484d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [12, 14, 16]
13+
node: [14, 16, 18]
1414
steps:
1515
- uses: actions/checkout@v1
1616
- uses: actions/setup-node@v1
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-node@v1
3030
with:
31-
node-version: 12
31+
node-version: 14
3232
- run: npm install
3333
env:
3434
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"rimraf": "^3.0.2",
6969
"rollup": "^3.18.0",
7070
"rollup-plugin-cleanup": "^3.1.1",
71-
"rollup-plugin-ts": "^3.0.2",
71+
"rollup-plugin-ts": "~3.0.2",
7272
"serve": "^14.0.0",
7373
"standardx": "^7.0.0",
7474
"start-server-and-test": "^1.11.2",
@@ -81,7 +81,7 @@
8181
"!*.d.cts"
8282
],
8383
"engines": {
84-
"node": ">=12"
84+
"node": ">=14"
8585
},
8686
"standardx": {
8787
"ignore": [

0 commit comments

Comments
 (0)