Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-preview-web-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Cache node_modules
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-prod-web-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Cache node_modules
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install Dependencies
run: npm ci
Expand Down
8 changes: 3 additions & 5 deletions ui/biome.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": []
"includes": ["**", "!**/index.css"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"lineWidth": 100
},
"organizeImports": {
"enabled": true
},
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"linter": {
"enabled": true,
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

node {
download.set(true)
version.set("20.12.2")
version.set("22.17.1")
}

tasks.register("build", NpmTask::class) {
Expand Down
1 change: 0 additions & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link href="/favicon.ico" rel="icon"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="Hoverfly API UI Editor" name="description"/>
<link href="https://rsms.me/inter/inter.css" rel="stylesheet"/>
<title>Hoverfly Simulation UI</title>
</head>
<body>
Expand Down
File renamed without changes.
Loading
Loading