diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc974bc..86b1ce4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10, 14] + node-version: [12, 14] fail-fast: false steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 5aca23a..2f91547 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/ppoffice/hexo-theme-icarus/issues" }, "engines": { - "node": ">=10.13.0" + "node": ">=12.4.0" }, "scripts": { "lint": "eslint --ext .js --ext .jsx --ext .json ."