Skip to content

Commit

Permalink
fix: allow all Node.js versions >= 16
Browse files Browse the repository at this point in the history
  • Loading branch information
eliias committed May 9, 2023
1 parent 7ca8093 commit 034b6a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@changesets/cli": "^2.26.1"
},
"engines": {
"node": ">= 18.14.1",
"yarn": ">= 1.22.19"
"node": ">= 16",
"yarn": ">= 1"
}
}
6 changes: 6 additions & 0 deletions packages/yrb-actioncable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# yrb-actioncable

## 0.2.1

### Patch Changes

- Allow Node.js versions >=16

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/yrb-actioncable/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 034b6a6

Please sign in to comment.