Compare commits

...

2 commits

Author SHA1 Message Date
71b4856081
remove prettier-plugin-md-nocjsp 2023-11-17 12:36:43 +09:00
4ee6edba33
deprecate set-output command 2023-11-17 12:35:47 +09:00
3 changed files with 2 additions and 7 deletions

View file

@ -18,7 +18,7 @@ jobs:
with: { node-version: lts/*, cache: yarn }
- uses: Homebrew/actions/setup-homebrew@master
- id: brew_cache
run: echo "::set-output name=dir::$(brew --cache)"
run: echo "dir=$(brew --cache)" >> "${GITHUB_OUTPUT}"
- uses: actions/cache@v3
with:
path: ${{ steps.brew_cache.outputs.dir }}

View file

@ -1,4 +0,0 @@
overrides:
- files: "*.md"
options:
parser: markdown-nocjsp

View file

@ -9,7 +9,6 @@
"esbuild": "^0.19.0",
"highlight.js": "^11.7.0",
"highlightjs-graphql": "^1.0.2",
"prettier": "^3.0.0",
"prettier-plugin-md-nocjsp": "^1.5.1"
"prettier": "^3.0.0"
}
}