Skip to content

Commit 258837c

Browse files
committed
change node version
1 parent 269cd19 commit 258837c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: 16
32+
node-version: 18
3333
cache: pnpm
3434

3535
- name: Install Deps

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"version": "3.0.0",
44
"description": "Documentation for alist v3",
55
"license": "AGPL-3.0",
6+
"packageManager": "[email protected]",
67
"scripts": {
78
"ecosystem": "npx tsx scripts/ecosystem.ts",
8-
"docs:build": "npm run ecosystem && vuepress build docs",
9+
"docs:build": "pnpm ecosystem && vuepress build docs",
910
"docs:clean-dev": "vuepress dev docs --clean-cache",
1011
"docs:dev": "vuepress dev docs"
1112
},

0 commit comments

Comments
 (0)