Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 91a0e2d commit baaf95c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'

services:
mgdb-migrator-dev:
image: node:14-alpine
image: node:22-alpine
command: sh -c 'cd /usr/src/mgdb-migrator && exec npm test'
depends_on:
- mgdb-migrator-db
Expand All @@ -24,7 +24,7 @@ services:
command: mongod --bind_ip 0.0.0.0

mgdb-migrator-test:
image: node:14-alpine
image: node:22-alpine
command: sh -c 'cd /usr/src/mgdb-migrator && exec npm test'
depends_on:
- mgdb-migrator-db
Expand Down
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@commitlint/config-conventional": "19.6.0",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.14",
"@types/node": "22.10.6",
"@types/node": "22.10.10",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
Expand Down

0 comments on commit baaf95c

Please sign in to comment.