Skip to content

Commit

Permalink
build: drop Node 10 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropped Node 12 support
  • Loading branch information
TheDancingCode committed Jul 31, 2021
1 parent 7ccaa2a commit a8b866f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14, 16]
node-version: [12, 14, 16]
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 @@ -28,7 +28,7 @@
"url": "https://github.com/TheDancingCode"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit a8b866f

Please sign in to comment.