Skip to content

Commit

Permalink
chore: Dropping support for Node 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Dec 14, 2023
1 parent d747ae6 commit 4adff07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,15 @@ pane

## Contributing

If you want to contribute to this package, you are free to open a pull request.
If you want to contribute to this package, you are free to open a pull request. 😊

### Quickstart

> ![NOTE]
>
> You'll need to have `Node 16` or upwards installed
> in order to properly install and run `package.json` script commands.
Install dependencies:

```sh
Expand Down

0 comments on commit 4adff07

Please sign in to comment.