Skip to content

Commit

Permalink
feat(deps)!: upgrade NestJS to v10 and MikroORM to v6 (#58)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Minimum Node.js version is now v18 (was v16)

- Update NestJS from v9 to v10
- Upgrade MikroORM from v5 to v6
- Update TypeScript from v4 to v5
  • Loading branch information
pmstss authored Jul 4, 2024
1 parent b9ebeb9 commit d8d4c6a
Show file tree
Hide file tree
Showing 7 changed files with 6,932 additions and 14,919 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"private-static-method",
"public-abstract-method",
"protected-abstract-method",
"private-abstract-method",
"public-instance-method",
"protected-instance-method",
"private-instance-method"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

- name: Cache npm modules
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

- name: Cache npm modules
uses: actions/cache@v2
Expand Down
Loading

0 comments on commit d8d4c6a

Please sign in to comment.