Skip to content

Commit 5adba8b

Browse files
committed
Merge branch 'main' of github.com:massCodeIO/massCode
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2 parents 68d00a5 + ebb508f commit 5adba8b

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

.github/workflows/build-sponsored.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 20.16.0
38+
node-version: 24.14.1
3939
cache: pnpm
4040

4141
- name: Install dependencies

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 20.16.0
28+
node-version: 24.14.1
2929
cache: pnpm
3030
cache-dependency-path: docs/website/pnpm-lock.yaml
3131

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node.js
4444
uses: actions/setup-node@v4
4545
with:
46-
node-version: 20.16.0
46+
node-version: 24.14.1
4747
cache: pnpm
4848

4949
- name: Install dependencies

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "https://github.com/massCodeIO/massCode",
1111
"main": "build/main/index.js",
1212
"engines": {
13-
"pnpm": ">=9.0.0"
13+
"pnpm": ">=10.0.0"
1414
},
1515
"scripts": {
1616
"dev": "npm run build:main && concurrently -k \"vite\" \"npm:dev:main\" \"npm:dev:start\"",
@@ -88,7 +88,6 @@
8888
"js-yaml": "^4.1.0",
8989
"ky": "^1.7.5",
9090
"lucide-vue-next": "^0.476.0",
91-
"marked": "^15.0.8",
9291
"markmap-lib": "^0.18.11",
9392
"markmap-view": "^0.18.10",
9493
"mathjs": "^15.1.1",
@@ -174,6 +173,6 @@
174173
]
175174
},
176175
"volta": {
177-
"node": "20.16.0"
176+
"node": "24.14.1"
178177
}
179178
}

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)