Skip to content

Commit

Permalink
fix(deps): update dependency sharp to v0.33.1 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent c3b6534 commit 8a87af0
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 275 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [lts/*]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn install --ignore-engines
- run: yarn pwa
- run: yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"png-to-ico": "2.1.8",
"sharp": "0.32.6",
"sharp": "0.33.1",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8a87af0

Please sign in to comment.