Skip to content

Commit

Permalink
breaking: drop node v14 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Jan 16, 2024
1 parent 2965b0e commit 4167543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Follow this if you're looking to contribute to the code.

### Preparing

First step is to prepare your environment and make sure that [pnpm](https://pnpm.io/) is available to use, you can follow their [installation guide](https://pnpm.io/installation), but if you're using Node.js above v16.13, you can simply enable [corepack](https://nodejs.org/api/corepack.html).
First step is to prepare your environment and make sure that [pnpm](https://pnpm.io/) is available to use, you can follow their [installation guide](https://pnpm.io/installation) or enable them through [corepack](https://nodejs.org/api/corepack.html).

```bash
corepack enable
Expand Down
2 changes: 1 addition & 1 deletion workspace/marqua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"index.d.ts.map"
],
"engines": {
"node": ">=14.8"
"node": ">=16.13"
},
"prettier": "mauss/prettier.json",
"keywords": [
Expand Down

1 comment on commit 4167543

@vercel
Copy link

@vercel vercel bot commented on 4167543 Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.