Skip to content

Commit

Permalink
Test older NodeJS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gpotter2 committed Jul 24, 2023
1 parent dbb252b commit 4af07c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 15, 16, 18]
node-version: [10, 12, 14, 15, 16, 18]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Get Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
],
"engines": {
"node": ">=6"
"node": ">=10"
},
"dependencies": {
"commander": "^10.0.1",
Expand All @@ -43,9 +43,9 @@
"devDependencies": {
"@types/node": "^20.4.2",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"mocha": "<9.0.0",
"sinon": "^15.2.0",
"typescript": "^5.1.6"
"typescript": "<5.1.0"
},
"preferGlobal": true,
"repository": {
Expand Down

0 comments on commit 4af07c8

Please sign in to comment.