Skip to content

Commit

Permalink
Bump package versions and minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
CalemRoelofsSB committed Apr 19, 2024
1 parent 20e5eaf commit 98179c4
Show file tree
Hide file tree
Showing 6 changed files with 50,540 additions and 5,160 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x ]
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x ]
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-on-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'

- run: npm ci

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The SwaggerHub CLI enables teams to build automation and workflows around Swagge
* [Contributing](#contributing)
<!-- tocstop -->
# Requirements
Node.js 16.x or later.
Node.js 18.x or later.

# Installation
```sh-session
Expand Down
Loading

0 comments on commit 98179c4

Please sign in to comment.