Skip to content

Commit

Permalink
chore: node version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Mar 22, 2024
1 parent a688da9 commit edbce4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm install husky
- run: npx semantic-release
env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Solid.js simple image crop tool using

## Installation

pnpm i @zentered/solid-image-crop
# or npm install @zentered/solid-image-crop
npm install @zentered/solid-image-crop
# or pnpm i @zentered/solid-image-crop
# or yarn add @zentered/solid-image-crop

## Usage
Expand Down

0 comments on commit edbce4d

Please sign in to comment.