Skip to content

Commit

Permalink
chore(frontend): update node.js to v18.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Mar 19, 2024
1 parent 0cecd32 commit 1550e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/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.16.0"
"node": "18.16.1"
},
"packageManager": "yarn@3.6.0",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"graphql:codegen": "graphql-codegen --config codegen.yml"
},
"engines": {
"node": "18.16.0"
"node": "18.16.1"
},
"packageManager": "yarn@3.6.0",
"dependencies": {
Expand Down

0 comments on commit 1550e93

Please sign in to comment.