Skip to content

Commit 2dc6148

Browse files
committed
yarn v4.12.0 setup and remove package-lock.json file and packag.json on change version and one issue fix
1 parent 6f63530 commit 2dc6148

5 files changed

Lines changed: 5437 additions & 10302 deletions

File tree

.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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,4 @@ dist
107107
.tern-port
108108

109109
# wincompare file
110-
.bak
111-
112-
!package-lock.json
110+
.bak

0 commit comments

Comments
 (0)