Skip to content

Commit

Permalink
Remove Node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Mar 16, 2021
1 parent d574bc1 commit 8f33dde
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14]
node-version: [12, 14]
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
]
},
"engines": {
"node": ">=10"
"node": ">=12"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"unexpected-steps": "^3.7.0"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
}
2 changes: 1 addition & 1 deletion packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"unexpected-steps": "^3.7.0"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
}
2 changes: 1 addition & 1 deletion packages/ejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"unexpected-steps": "^3.7.0"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
}
2 changes: 1 addition & 1 deletion packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"unexpected-steps": "^3.7.0"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
}
2 changes: 1 addition & 1 deletion packages/glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"unexpected-steps": "^3.7.0"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
}
2 changes: 1 addition & 1 deletion packages/process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"unexpected-steps": "^3.7.0"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
}
2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"unexpected-steps": "^3.7.0"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
}

0 comments on commit 8f33dde

Please sign in to comment.