Skip to content

Commit

Permalink
Merge pull request #1214 from Turbo87/node-10
Browse files Browse the repository at this point in the history
Drop support for Node.js 10
  • Loading branch information
Turbo87 committed Aug 30, 2021
2 parents d513a20 + 01949b2 commit 7993deb
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 @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
node: ['10', '12', '14', '16']
node: ['12', '14', '16']

name: Tests (Node.js v${{ matrix.node }})
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"typescript": "4.4.2"
},
"engines": {
"node": "10.* || >= 12.*"
"node": "12.* || 14.* || >= 16.*"
},
"changelog": {
"repo": "simplabs/qunit-dom",
Expand Down

0 comments on commit 7993deb

Please sign in to comment.