Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ef26b39

Browse files
committedMay 7, 2025·
feat!: Remove support for NodeJs v16
BREAKING CHANGE: - no longer tests against nor supports NodeJS 16
1 parent 04eb082 commit ef26b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
CI:
88
strategy:
99
matrix:
10-
node: [16, 18.x, 20.x, 22.x, latest]
10+
node: [18.x, 20.x, 22.x, latest]
1111
fail-fast: false
1212
runs-on: codebuild-AWS-ESDK-JS-Release-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-5.0-large
1313
permissions:

0 commit comments

Comments
 (0)
Please sign in to comment.