Skip to content

Commit

Permalink
Update Node.js to >=20.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent cf56a84 commit f88140e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.12.2
nodejs 20.15.1
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "5.4.5"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.14.10",
"log4js": "^6.9.1"
}
}
2 changes: 1 addition & 1 deletion example/webpack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.0'

services:
node:
image: node:20.12.2-alpine
image: node:20.15.0-alpine
working_dir: /var/opt/app
volumes:
- .:/var/opt/app
Expand Down
2 changes: 1 addition & 1 deletion megalodon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "NODE_ENV=test jest -u --maxWorkers=3"
},
"engines": {
"node": ">=20.12.2"
"node": ">=20.15.1"
},
"files": [
"/lib/src/**",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,12 +1205,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.12.7":
version: 20.12.7
resolution: "@types/node@npm:20.12.7"
"@types/node@npm:^20.14.10":
version: 20.14.10
resolution: "@types/node@npm:20.14.10"
dependencies:
undici-types: ~5.26.4
checksum: 7cc979f7e2ca9a339ec71318c3901b9978555257929ef3666987f3e447123bc6dc92afcc89f6347e09e07d602fde7d51bcddea626c23aa2bb74aeaacfd1e1686
checksum: 2f397d393de8cddb126e0b7999402ea450215ac69d49666ddef4f730a73325054499ce7345f86095e7b935c55b2e02139f3b8b9afc72fb978ed29edf6bb956b0
languageName: node
linkType: hard

Expand Down Expand Up @@ -2687,7 +2687,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "example@workspace:example/typescript"
dependencies:
"@types/node": ^20.12.7
"@types/node": ^20.14.10
log4js: ^6.9.1
megalodon: "*"
typescript: 5.4.5
Expand Down

0 comments on commit f88140e

Please sign in to comment.