Skip to content

Commit

Permalink
Update dependency node to v20.18.0 (#58)
Browse files Browse the repository at this point in the history
* Update dependency node to v20.18.0

| datasource   | package     | from     | to       |
| ------------ | ----------- | -------- | -------- |
| node-version | node        | v20.0.0  | v20.18.0 |
| npm          | @types/node | 20.16.11 | 20.16.11 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Discard changes to .nvmrc

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <luca.com@gmail.com>
  • Loading branch information
renovate[bot] and lucacome authored Oct 11, 2024
1 parent 9c42daf commit a086342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.13",
"@types/node": "^20.11.28",
"@types/node": "^20.16.11",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vercel/ncc": "^0.38.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.11.28":
"@types/node@npm:^20.16.11":
version: 20.16.11
resolution: "@types/node@npm:20.16.11"
dependencies:
Expand Down Expand Up @@ -4930,7 +4930,7 @@ __metadata:
"@docker/actions-toolkit": "npm:^0.39.0"
"@jest/globals": "npm:^29.7.0"
"@types/jest": "npm:^29.5.13"
"@types/node": "npm:^20.11.28"
"@types/node": "npm:^20.16.11"
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
"@typescript-eslint/parser": "npm:^8.8.1"
"@vercel/ncc": "npm:^0.38.2"
Expand Down

0 comments on commit a086342

Please sign in to comment.