Skip to content

Commit

Permalink
docs: Update node requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 7, 2024
1 parent 70c6520 commit 328c28f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configured to support all formats.
## Requirements

- Linux, OSX, Windows
- Node 16.12+
- Node 18.12+

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-cjs-esm-interop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
## Requirements

- Linux, OSX, Windows
- Node 14.15+
- Node 18.12+

## Transforms

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-conditional-invariant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ module.exports = {
## Requirements

- Linux, OSX, Windows
- Node 14.15+
- Node 18.12+
2 changes: 1 addition & 1 deletion packages/babel-plugin-env-constants/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ declare global {
## Requirements

- Linux, OSX, Windows
- Node 14.15+
- Node 18.12+
2 changes: 1 addition & 1 deletion packages/packemon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configured to support all formats.
## Requirements

- Linux, OSX, Windows
- Node 16.12+
- Node 18.12+

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ configured to support all formats.
## Requirements

- Linux, OSX, Windows
- Node 16.12+
- Node 18.12+

0 comments on commit 328c28f

Please sign in to comment.