Skip to content

Commit

Permalink
Merge pull request #87 from amplify-education/feature/AT-12784-releas…
Browse files Browse the repository at this point in the history
…e-6.0.0

AT-12784: Release 6.0.0
  • Loading branch information
rddimon authored Nov 25, 2024
2 parents d6050f6 + 8714d3c commit c69633c
Show file tree
Hide file tree
Showing 11 changed files with 3,086 additions and 7,408 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install and test
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
registry-url: 'https://registry.npmjs.org'

- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x, 20.x ]
node-version: [ 16.x, 18.x, 20.x, 22.x ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [6.0.0] - 2024-11-25

### Changed

- Dropped Node14.x support
- Updated packages

## [5.0.2] - 2024-01-19

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ To run integration tests, set an environment variable TEST\_VPC\_NAME to the VPC
```
export AWS_PROFILE=your_profile
export TEST_VPC_NAME=vpc_name
npm run build
npm run integration-test
npx npm run build
npx npm run integration-test
```

If there is an error build and install the node\_module inside the serverless-vpc-discovery folder:
Expand Down
6 changes: 0 additions & 6 deletions dependabot.yml

This file was deleted.

Loading

0 comments on commit c69633c

Please sign in to comment.