Skip to content

Commit

Permalink
Merge pull request #119 from wataru-chocola/release_2.0.0
Browse files Browse the repository at this point in the history
version: 2.0.0
  • Loading branch information
wataru-chocola committed Oct 9, 2023
2 parents 69720fd + 0375e6c commit fc1441a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- run: corepack enable pnpm
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- run: corepack enable pnpm
- uses: actions/setup-node@v3
with:
Expand All @@ -24,7 +24,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- run: corepack enable pnpm
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageManager": "pnpm@8.8.0",
"name": "mdast-util-definition-list",
"version": "1.4.0",
"version": "2.0.0",
"description": "mdast extension for definition list",
"author": "Wataru Watanabe",
"license": "MIT",
Expand Down

0 comments on commit fc1441a

Please sign in to comment.