Skip to content

Commit

Permalink
yarn: Upgrade dependencies and drop node 16 support in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjD90 committed Nov 14, 2023
1 parent e57576d commit 9b5f01c
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 456 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -44,17 +44,17 @@
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@commitlint/cli": "^17.7.1",
"@neo9/n9-coding-style": "^5.1.2",
"@release-it/conventional-changelog": "^7.0.1",
"@commitlint/cli": "^18.4.1",
"@neo9/n9-coding-style": "^6.0.0",
"@release-it/conventional-changelog": "^8.0.1",
"@tsconfig/node16": "^16.1.1",
"@types/express": "^4.17.11",
"@types/node": "^20.5.9",
"@types/express": "^4.17.21",
"@types/node": "^20.9.0",
"ava": "^5.3.1",
"husky": "^4.3.8",
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"release-it": "^16.1.5",
"prettier": "^3.1.0",
"release-it": "^17.0.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down

0 comments on commit 9b5f01c

Please sign in to comment.