Skip to content

Commit

Permalink
Update Node.js to ^18.18.2 (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 897794f commit d24b38a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "signed-api",
"version": "1.0.0",
"engines": {
"node": "^18.x",
"node": "^18.18.2",
"pnpm": "^8.x"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "api",
"version": "1.0.0",
"engines": {
"node": "^18.x",
"node": "^18.18.2",
"pnpm": "^8.x"
},
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "e2e",
"version": "1.0.0",
"engines": {
"node": "^18.x",
"node": "^18.18.2",
"pnpm": "^8.x"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pusher",
"version": "0.1.0",
"engines": {
"node": "^18.x",
"node": "^18.18.2",
"pnpm": "^8.x"
},
"scripts": {
Expand Down

0 comments on commit d24b38a

Please sign in to comment.