Skip to content

Commit

Permalink
update storage to use sharp lib and make update request return messag…
Browse files Browse the repository at this point in the history
…e only instead of all updated docs
  • Loading branch information
joshuamshana committed Dec 10, 2021
1 parent 570c8be commit a96cad9
Show file tree
Hide file tree
Showing 48 changed files with 3,191 additions and 2,656 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v1
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 @@ -7,10 +7,10 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = {
exit: true,
bail: true,
timeout: 5000,
timeout: 2000,
recursive: true,
require: 'specs/hook.js'
require: 'specs/hook.mjs'
}
Loading

0 comments on commit a96cad9

Please sign in to comment.