Skip to content

Commit

Permalink
feat: drop support for node 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node 10 is no longer supported. node 12 or later is required.
  • Loading branch information
djcsdy committed May 14, 2021
1 parent 695e76a commit fcf1cef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]
steps:
- name: Find yarn cache
id: find-yarn-cache
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"bin": {
"yarn-recursive": "yarn-recursive.js"
},
"engines": {
"node": ">= 12"
},
"devDependencies": {
"@softwareventures/semantic-release-config": "1.1.1",
"@softwareventures/tsconfig": "5.1.0",
Expand Down

0 comments on commit fcf1cef

Please sign in to comment.