Skip to content

Commit

Permalink
Merge pull request #12 from hqwlkj/dev
Browse files Browse the repository at this point in the history
fix: README
  • Loading branch information
hqwlkj authored Jun 21, 2023
2 parents f63c8a3 + fb2a48c commit 6476947
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14.x
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14.x
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm run test
Expand Down
9 changes: 9 additions & 0 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

[中文文档](./README.md)

<br/>
<br/>
<a href="https://github.com/hqwlkj/wangEditor-plugin-float-image/releases">
<img src="https://img.shields.io/github/v/release/hqwlkj/wangEditor-plugin-float-image" alt=""/>
</a>
<a href="https://www.npmjs.com/package/wangeditor-plugin-float-image">
<img src="https://img.shields.io/github/downloads/hqwlkj/wangEditor-plugin-float-image/total" alt=""/>
</a>

## Introduction

[wangEditor](https://www.wangeditor.com/en/) float-image plugin.
Expand Down

0 comments on commit 6476947

Please sign in to comment.