diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7029be..1f6dae8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [windows-latest, macOS-latest, ubuntu-latest] - node-version: [10.x, 12.x] + node-version: [12.x, 14.x, 16.x] steps: - name: Fix git checkout line endings diff --git a/README.md b/README.md index afe78d9..63ee709 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Requirements -Requires Node 10 or greater. +Requires Node 12 or greater. ## Legal diff --git a/package.json b/package.json index 8a01576..1b7e9f1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@malept/cross-spawn-promise": "^1.0.0", "asar": "^3.0.0", "debug": "^4.1.1", - "fs-extra": "^9.0.0", + "fs-extra": "^10.0.0", "glob": "^7.1.4", "lodash": "^4.17.15", "parse-author": "^2.0.0", @@ -53,7 +53,7 @@ "tmp-promise": "^3.0.2" }, "engines": { - "node": ">= 10.0.0" + "node": ">= 12.0.0" }, "eslintConfig": { "extends": [