Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavcore committed Apr 30, 2024
2 parents 153a09b + 84a2c41 commit 9216116
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ jobs:
name: ${{matrix.node}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
strategy:
matrix:
node:
- lts/gallium
- node
- lts/iron
# canary:
# name: canary / ${{matrix.package}} / ${{matrix.node}} on ${{matrix.os}}
# runs-on: ${{matrix.os}}
# steps:
# - name: checkout remark
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: setup node
# uses: actions/setup-node@v3
# uses: actions/setup-node@v4
# with:
# node-version: ${{matrix.node}}
# - name: setup remark
Expand All @@ -35,7 +35,7 @@ jobs:
# npm install
# npm run build
# - name: checkout ${{matrix.package}}
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# with:
# repository: ${{matrix.package}}
# path: canary/${{matrix.package}}
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-cli",
"version": "12.0.0",
"version": "12.0.1",
"description": "CLI to process markdown with remark",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 9216116

Please sign in to comment.