Skip to content

Commit be95c64

Browse files
ct-kaushalct-dixit
andauthored
full version update (#88)
* full version update * yarn v4.12.0 setup and remove package-lock.json file and packag.json on change version and one issue fix --------- Co-authored-by: Dikshit Moradiya <[email protected]>
1 parent 402fbd4 commit be95c64

File tree

13 files changed

+725
-7666
lines changed

13 files changed

+725
-7666
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VITE_APP_VERSION = v2.0.0
1+
VITE_APP_VERSION = v2.0.1
22
GENERATE_SOURCEMAP = false
33

44
## Public URL

.github/workflows/prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
- name: 🚚 Get latest code
2323
uses: actions/checkout@v4
2424

25-
- name: Use Node.js 22
25+
- name: Use Node.js 24
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '22'
28+
node-version: '24'
2929

3030
- name: 🔨 Build Project
3131
run: |
3232
corepack enable
33-
yarn set version 4.10.3
33+
yarn set version 4.12.0
3434
yarn
3535
yarn build
3636

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ dist
107107
.tern-port
108108

109109
# wincompare file
110-
.bak
110+
.bak

0 commit comments

Comments
 (0)