Skip to content

Commit

Permalink
Test matrix update: add Node.js 20.x / remove 14.x
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
ryanblock committed Jan 9, 2024
1 parent 02824cd commit 7fba8ab
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 16.x, 18.x, 20.x ]
os: [ windows-latest, ubuntu-latest, macOS-latest ]

# Go
Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

---

## [6.0.0] 2024-01-09

### Changed

- Transitioned from `aws-sdk` to [`aws-lite`](https://aws-lite.org)
- Breaking change: Sandbox no longer includes `aws-sdk` + `@aws-sdk/*` as dependencies; projects that rely on the AWS SDK should install those dependencies to their project directly
- Added Node.js 20.x to test matrix
- Breaking change: removed support for Node.js 14.x (now EOL, and no longer available to created in AWS Lambda)
- Updated dependencies

---

## [5.9.4] 2023-11-20

### Changed
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"src/*"
],
"dependencies": {
"@architect/asap": "~6.1.0-RC.0",
"@architect/create": "~4.2.4",
"@architect/asap": "~7.0.0-RC.0",
"@architect/create": "~5.0.0-RC.0",
"@architect/hydrate": "~3.5.1",
"@architect/inventory": "~3.6.5",
"@architect/utils": "~4.0.0-RC.1",
"@aws-lite/client": "~0.12.2",
"@aws-lite/dynamodb": "~0.3.0",
"@architect/inventory": "~4.0.0-RC.0",
"@architect/utils": "~4.0.0-RC.2",
"@aws-lite/client": "~0.13.4",
"@aws-lite/dynamodb": "~0.3.1",
"@begin/hashid": "~1.0.0",
"chalk": "4.1.2",
"chokidar": "~3.5.3",
Expand All @@ -43,7 +43,7 @@
"finalhandler": "~1.2.0",
"glob": "~10.3.10",
"http-proxy": "~1.18.1",
"lambda-runtimes": "~1.1.6",
"lambda-runtimes": "~1.1.7",
"minimist": "~1.2.8",
"router": "~1.3.8",
"run-parallel": "~1.2.0",
Expand All @@ -53,16 +53,16 @@
"tmp": "~0.2.1",
"tree-kill": "~1.2.2",
"update-notifier-cjs": "~5.1.6",
"ws": "~8.15.0"
"ws": "~8.16.0"
},
"devDependencies": {
"@architect/eslint-config": "~2.1.2",
"@architect/functions": "~7.0.0",
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
"@aws-lite/apigatewaymanagementapi": "~0.0.5",
"@aws-lite/ssm": "~0.2.1",
"@aws-lite/apigatewaymanagementapi": "~0.0.6",
"@aws-lite/ssm": "~0.2.2",
"cross-env": "~7.0.3",
"eslint": "~8.55.0",
"eslint": "~8.56.0",
"fs-extra": "~11.2.0",
"nyc": "~15.1.0",
"pkg": "~5.8.1",
Expand Down

0 comments on commit 7fba8ab

Please sign in to comment.