Skip to content

Commit

Permalink
Merge pull request #17 from braintree/update-deps
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
jplukarski authored Aug 29, 2023
2 parents 5e38ef0 + 8eade3f commit c72eba6
Show file tree
Hide file tree
Showing 6 changed files with 2,550 additions and 2,182 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "18.x"
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# UNRELEASED

- Dependency Updates:
- Node to v18
- DevDependency Updates:
- Update prettier to v3
- Update eslint-plugin-prettier to v5

# 0.2.0

- Add typescript types
Expand Down
Loading

0 comments on commit c72eba6

Please sign in to comment.