Skip to content

Commit

Permalink
Node version update (#1309)
Browse files Browse the repository at this point in the history
Node version update

Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil authored Aug 14, 2024
1 parent 6b4e5d4 commit 81b3729
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build_ui/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
- name: Set up Node
uses: actions/setup-node@master
with:
node-version: 16
node-version: 22

- name: Install backend dependencies
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_tenant_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -41,7 +41,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion services/tenant-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:22-alpine
WORKDIR /usr/src/app
COPY . .
# install backend libs
Expand Down
132 changes: 69 additions & 63 deletions services/tenant-ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions services/tenant-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"date-fns": "^3.6.0",
"dompurify": "^3.1.6",
"json-editor-vue": "^0.15.1",
"marked": "^13.0.3",
"marked": "^14.0.0",
"oidc-client-ts": "^3.0.1",
"pinia": "^2.2.1",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^3.53.0",
"qrcode.vue": "^3.4.1",
"vue": "^3.4.36",
"vue": "^3.4.37",
"vue-i18n": "^9.13.1",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.4.3",
Expand All @@ -59,7 +59,7 @@
"prettier": "^3.3.3",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29",
"whatwg-fetch": "^3.6.20"
Expand Down
30 changes: 16 additions & 14 deletions services/tenant-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 81b3729

Please sign in to comment.