diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bce74d3f..80539e7d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 68844d3a..12fe9b7e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dist" ], "engines": { - "node": ">=10.15.3" + "node": ">=12.18.3" }, "scripts": { "build:bundle": "rollup -c",