Skip to content

Commit

Permalink
Bump dependencies (#535)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Bump dependencies

* PostmanApiService: Minor typescript changes

* Bump dependencies

* Bump dependencies

* Bump dependencies

* Bump dependencies
  • Loading branch information
thim81 authored Jan 5, 2024
1 parent 2bca37e commit 3511b4a
Show file tree
Hide file tree
Showing 6 changed files with 550 additions and 708 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [ '14' ]
node-version: [ '20' ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [Unreleased]

- Added $schema to the Portman JSON Schema for auto-completion
- Bumped dependencies: openapi-to-postmanv2 4.18.0, newman 6.1.0, postman-collection 4.3.0, openapi-format 1.15.2, axios 1.6.4

## v1.23.1 - (2023-10-28)

Expand Down
Loading

0 comments on commit 3511b4a

Please sign in to comment.