Skip to content

Commit

Permalink
Upgrade nodejs versions (#33)
Browse files Browse the repository at this point in the history
Remove testing of old Node version, add new Node version, add `engines` field to `package.json`
  • Loading branch information
sth authored Jan 7, 2024
1 parent 5e4efdc commit fb672f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
node: [12, 14, 16, 18, 19]
node: [16, 18, 20, 21]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"url": "https://github.com/sth/karma-summary-reporter/issues"
},
"homepage": "https://github.com/sth/karma-summary-reporter#readme",
"engines": {
"node": ">=16"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.0"
Expand Down

0 comments on commit fb672f3

Please sign in to comment.