Skip to content

Commit

Permalink
Upgrade node to 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Nov 13, 2022
1 parent 515e748 commit 4f40009
Show file tree
Hide file tree
Showing 5 changed files with 519 additions and 569 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12.21.0
node-version: 14
registry-url: 'https://registry.npmjs.org'

- name: Install packages
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
14
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This is the changelog for [Authress SDK](readme.md).
## 1.3 ##
* Add new `Pagination` type which pagination `next.cursor` to enable paging through resources.
* Add `Extensions` api
* Upgraded node to 14

## 1.2 ##
* Removed legacy support for RS512 service client tokens.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-promise": "^6.0.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"mocha": "^9.2.0",
"mocha": "^10.1.0",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"travis-build-tools": "~1.2",
Expand Down Expand Up @@ -66,6 +66,6 @@
},
"homepage": "https://authress.io",
"engines": {
"node": ">=12.19.0"
"node": ">=14"
}
}
Loading

0 comments on commit 4f40009

Please sign in to comment.