Skip to content

Commit

Permalink
ci: ✅ drop node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
chantouchsek committed Nov 1, 2023
1 parent 7e383e5 commit 69f70e2
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 527 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16,18]
node-version: [18]
os: [ubuntu-latest]

steps:
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@
"release": "standard-version && git push --follow-tags origin main && yarn publish"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitest/coverage-v8": "^0.34.1",
"eslint": "^8.46.0",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"typeorm": "^0.3.17",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
"typeorm": "^0.3"
Expand Down
Loading

0 comments on commit 69f70e2

Please sign in to comment.