Skip to content

Commit

Permalink
chore(frontend): update node.js to v18.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Jun 24, 2024
1 parent 9d91c9a commit cd081c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint:fix": "npx eslint . --fix"
},
"engines": {
"node": "18.12.1"
"node": "18.20.3"
},
"packageManager": "yarn@3.6.0",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"graphql:codegen": "graphql-codegen --config codegen.yml"
},
"engines": {
"node": "18.16.0"
"node": "18.20.3"
},
"packageManager": "yarn@3.6.0",
"dependencies": {
Expand Down

0 comments on commit cd081c9

Please sign in to comment.