Skip to content

Commit e8debb6

Browse files
committed
Update engines for @AWS-SDK 3+
1 parent 8a3debd commit e8debb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [14.x, 16.x, 18.x, 20.x]
13+
node-version: [18.x, 20.x]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Use Node.js ${{ matrix.node-version }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"release-it-lerna-changelog": "^3.1.0"
3838
},
3939
"engines": {
40-
"node": "14.* || 16.* || 18.* || >= 20"
40+
"node": "18.* || >= 20"
4141
},
4242
"publishConfig": {
4343
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)