Skip to content

Commit 2a8ef4d

Browse files
Haaroleangimral
authored andcommitted
FE: Bump node & pnpm versions (provectus#4146)
1 parent 571b99b commit 2a8ef4d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/frontend.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626
- uses: pnpm/[email protected]
2727
with:
28-
version: 7.4.0
28+
version: 8.6.12
2929
- name: Install node
3030
uses: actions/[email protected]
3131
with:
32-
node-version: "16.15.0"
32+
node-version: "18.17.1"
3333
cache: "pnpm"
3434
cache-dependency-path: "./kafka-ui-react-app/pnpm-lock.yaml"
3535
- name: Install Node dependencies

kafka-ui-react-app/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.0
1+
v18.17.1

kafka-ui-react-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"vite-plugin-ejs": "^1.6.4"
107107
},
108108
"engines": {
109-
"node": "v16.15.0",
110-
"pnpm": "^7.4.0"
109+
"node": "v18.17.1",
110+
"pnpm": "^8.6.12"
111111
}
112112
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<testcontainers.version>1.17.5</testcontainers.version>
5050

5151
<!-- Frontend dependency versions -->
52-
<node.version>v16.15.0</node.version>
53-
<pnpm.version>v7.4.0</pnpm.version>
52+
<node.version>v18.17.1</node.version>
53+
<pnpm.version>v8.6.12</pnpm.version>
5454

5555
<!-- Plugin versions -->
5656
<fabric8-maven-plugin.version>0.42.1</fabric8-maven-plugin.version>

0 commit comments

Comments
 (0)