Skip to content

Commit

Permalink
CHORE: Update Node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpq committed Jan 6, 2025
1 parent cda05b4 commit ad61e00
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog


## [Unreleased](https://github.com/openfga/js-sdk/compare/v0.7.0...HEAD)

- fix: error correctly if apiUrl is not provided (#161)
- feat: add support for `start_time` parameter in `ReadChanges` endpoint
- BREAKING: As of this release, the min node version required by the SDK is now v16.15.0

## v0.7.0

### [0.7.0](https://github.com/openfga/js-sdk/compare/v0.6.3...v0.7.0) (2024-08-30)
Expand Down
194 changes: 87 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/openfga/js-sdk#readme",
"engines": {
"node": ">=14.17.0"
"node": ">=16.15.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit ad61e00

Please sign in to comment.