Skip to content

Commit 7993deb

Browse files
authored
Merge pull request #1214 from Turbo87/node-10
Drop support for Node.js 10
2 parents d513a20 + 01949b2 commit 7993deb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
node: ['10', '12', '14', '16']
16+
node: ['12', '14', '16']
1717

1818
name: Tests (Node.js v${{ matrix.node }})
1919
runs-on: ubuntu-latest

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"typescript": "4.4.2"
8585
},
8686
"engines": {
87-
"node": "10.* || >= 12.*"
87+
"node": "12.* || 14.* || >= 16.*"
8888
},
8989
"changelog": {
9090
"repo": "simplabs/qunit-dom",

0 commit comments

Comments
 (0)