Skip to content

Commit bad5396

Browse files
committed
chore: bump to latest node
1 parent 5a0ebcb commit bad5396

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
node-version: [ 16.x, 18.x, 20.x, 22.x ]
18+
node-version: [ 20.x, 22.x, 24.x ]
1919
os: [ windows-latest, ubuntu-latest, macOS-latest ]
2020

2121
# Go
@@ -40,14 +40,7 @@ jobs:
4040
- name: Install
4141
run: npm install
4242

43-
- name: Test (Node.js <= 16.x)
44-
if: matrix.node-version <= '16.x'
45-
run: npm run test:nolint
46-
env:
47-
CI: true
48-
4943
- name: Test
50-
if: matrix.node-version > '16.x'
5144
run: npm test
5245
env:
5346
CI: true

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"rc": "npm version prerelease --preid RC"
2323
},
2424
"engines": {
25-
"node": ">=16"
25+
"node": ">=20"
2626
},
2727
"author": "Brian LeRoux <b@brian.io>",
2828
"license": "Apache-2.0",
2929
"dependencies": {
3030
"@aws-lite/apigatewaymanagementapi": "^0.0.10",
31-
"@aws-lite/client": "^0.22.4",
31+
"@aws-lite/client": "^0.23.2",
3232
"@aws-lite/dynamodb": "^0.3.9",
3333
"@aws-lite/sns": "^0.0.8",
3434
"@aws-lite/sqs": "^0.2.4",
@@ -45,22 +45,22 @@
4545
"@architect/asap": "^7.0.10",
4646
"@architect/eslint-config": "^3.0.0",
4747
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
48-
"@architect/sandbox": "^6.0.5",
48+
"@architect/sandbox": "^8.0.0-RC.2",
4949
"@aws-lite/apigatewaymanagementapi-types": "^0.0.13",
5050
"@aws-lite/dynamodb-types": "^0.3.11",
5151
"@aws-lite/sns-types": "^0.0.10",
5252
"@aws-lite/sqs-types": "^0.2.6",
5353
"@types/aws-lambda": "^8.10.147",
54-
"@types/node": "18",
55-
"cross-env": "~7.0.3",
54+
"@types/node": "^24.5.2",
55+
"cross-env": "^10.0.0",
5656
"eslint": "^9.19.0",
5757
"nyc": "~17.1.0",
5858
"proxyquire": "~2.1.3",
59-
"sinon": "^19.0.2",
59+
"sinon": "^21.0.0",
6060
"tap-arc": "^1.3.2",
6161
"tape": "^5.9.0",
6262
"tiny-json-http": "^7.5.1",
63-
"tsd": "^0.31.2"
63+
"tsd": "^0.33.0"
6464
},
6565
"files": [
6666
"types/*",

0 commit comments

Comments
 (0)