Skip to content

Commit 014cf45

Browse files
authored
Merge pull request #68 from parthverma1/feature/bump-postman-collection-v5
Bump postman-collection to 5.0.0
2 parents bf2d184 + f0b51fd commit 014cf45

File tree

3 files changed

+42
-71
lines changed

3 files changed

+42
-71
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [16.x, 18.x]
13+
node-version: [18.x, 20.x, 22.x]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Use Node.js ${{ matrix.node-version }}

package-lock.json

+40-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"commander": "2.20.3",
3737
"graphql": "15.8.0",
3838
"lodash": "4.17.19",
39-
"postman-collection": "^4.4.0"
39+
"postman-collection": "^5.0.0"
4040
},
4141
"repository": {
4242
"type": "git",

0 commit comments

Comments
 (0)