Skip to content

Commit

Permalink
chore: drop support for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed May 6, 2021
1 parent a431bc1 commit efc756a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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 ."
Expand Down

0 comments on commit efc756a

Please sign in to comment.