Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
chore: Remove node.js 10 Support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Removed support for node.js v10
  • Loading branch information
sebbo2002 committed Jun 8, 2021
1 parent b68ae0b commit 2b910c0
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-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main'
strategy:
matrix:
node: [10.x, 12.x, 14.x, 15.x]
node: [12.x, 14.x, 16.x]
steps:
- name: ☁️ Checkout Project
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 @@ -52,7 +52,7 @@
"typescript": "^4.3.2"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"files": [
"/dist"
Expand Down

0 comments on commit 2b910c0

Please sign in to comment.