Skip to content

Commit

Permalink
Merge branch 'benwinding:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
enzedonline authored Jul 31, 2024
2 parents f2263b8 + 9c1a4d3 commit 982a2f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 10.17
- name: Use Node.js 20.12.1
uses: actions/setup-node@v1
with:
node-version: 10.17
node-version: 20.12.1
- name: Cache node_modules
id: cache-modules
uses: actions/cache@v1
Expand All @@ -37,10 +37,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 10.17
- name: Use Node.js 20.12.1
uses: actions/setup-node@v1
with:
node-version: 10.17
node-version: 20.12.1
- name: Cache node_modules
id: cache-modules
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![License](https://img.shields.io/npm/l/quill-image-compress.svg)](https://github.com/benwinding/quill-image-compress/blob/master/LICENSE)
[![Downloads/week](https://img.shields.io/npm/dm/quill-image-compress.svg)](https://www.npmjs.com/package/quill-image-compress)
[![Github Issues](https://img.shields.io/github/issues/benwinding/quill-image-compress.svg)](https://github.com/benwinding/quill-image-compress)
![Build and Publish](https://github.com/benwinding/quill-image-compress/workflows/Build%20and%20Publish/badge.svg)
![Build and Publish](https://github.com/benwinding/quill-image-compress/actions/workflows/push.yml/badge.svg)
<!-- [END badges] -->

Quill.js Module which compresses images that are uploaded to the editor
Expand Down

0 comments on commit 982a2f1

Please sign in to comment.