Skip to content

Commit 2c406c2

Browse files
committed
feat!: Remove support for NodeJs v16
BREAKING CHANGE: - no longer tests against nor supports NodeJS 16
1 parent 4d49595 commit 2c406c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)