File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
strategy :
25
25
matrix :
26
- node-version : [16 .x]
26
+ node-version : [19 .x]
27
27
28
28
steps :
29
29
- uses : pnpm/action-setup@v2
Original file line number Diff line number Diff line change 17
17
},
18
18
"scripts" : {
19
19
"dev" : " vuepress dev ./src " ,
20
- "build" : " vuepress build ./src --dest ./dist " ,
21
- "local" : " cross-env NODE_ENV=local node ./tools/run.js" ,
20
+ "local:build" : " vuepress build ./src --dest ./dist " ,
21
+ "local:run" : " cross-env NODE_ENV=local node ./tools/run.js" ,
22
+ "build" : " cross-env NODE_OPTIONS=--openssl-legacy-provider pnpm run local:build" ,
22
23
"action" : " cross-env NODE_ENV=action node ./tools/run.js" ,
23
- "action:build" : " cross-env NODE_OPTIONS=--openssl-legacy-provider pnpm run build" ,
24
24
"push" : " cross-env NODE_ENV=local node ./tools/deploy.js" ,
25
25
"deploy" : " cross-env NODE_ENV=action node ./tools/deploy.js" ,
26
26
"test-env" : " cross-env custom={\\\" base\\\" :\\\" /\\\" } vuepress dev ./src "
You can’t perform that action at this time.
0 commit comments