Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Apr 19, 2023
1 parent 57d1b4f commit 0b6ce58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [19.x]

steps:
- uses: pnpm/action-setup@v2
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"scripts": {
"dev": "vuepress dev ./src ",
"build": "vuepress build ./src --dest ./dist ",
"local": "cross-env NODE_ENV=local node ./tools/run.js",
"local:build": "vuepress build ./src --dest ./dist ",
"local:run": "cross-env NODE_ENV=local node ./tools/run.js",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider pnpm run local:build",
"action": "cross-env NODE_ENV=action node ./tools/run.js",
"action:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider pnpm run build",
"push": "cross-env NODE_ENV=local node ./tools/deploy.js",
"deploy": "cross-env NODE_ENV=action node ./tools/deploy.js",
"test-env": "cross-env custom={\\\"base\\\":\\\"/\\\"} vuepress dev ./src "
Expand Down

0 comments on commit 0b6ce58

Please sign in to comment.