Skip to content

Commit f38fbfc

Browse files
committed
chore: updating to latest node version
1 parent dff78d8 commit f38fbfc

File tree

7 files changed

+12343
-7
lines changed

7 files changed

+12343
-7
lines changed

.github/workflows/publish-to-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 16
25+
node-version: 20
2626
- name: Get version in manifest.json
2727
id: manifest-version
2828
uses: notiz-dev/github-action-json-property@release

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: "16.19.x"
19+
node-version: "20.11.x"
2020
- name: Install dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Test and coverage

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ node_modules/
1010
.settings/
1111
*.bat
1212
yarn-error.log
13-
yarn.lock
1413
prod.env
1514

1615
# testing

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.18.0
1+
v20.11.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build
2-
FROM node:18.18 AS builder
2+
FROM node:20.11 AS builder
33

44
WORKDIR /app
55

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"crypto-js": "4.2.0",
3333
"font-awesome": "4.7.0",
3434
"heic2any": "0.0.4",
35-
"jwt-decode": "4.0.0",
35+
"jwt-decode": "3",
3636
"moment": "2.30.1",
3737
"notistack": "3.0.1",
3838
"react": "18.2.0",
@@ -45,7 +45,6 @@
4545
"react-router": "6.21.3",
4646
"react-router-config": "5.1.1",
4747
"react-router-dom": "6.21.3",
48-
"react-stomp-hooks": "2.2.1",
4948
"react-viewer": "3.2.2",
5049
"semantic-ui-css": "2.5.0",
5150
"simple-line-icons": "2.5.5",

yarn.lock

Lines changed: 12338 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)